This webiste was built using Tailwind CSS (v3.0) with Next.js.
The website is deployed on Vercel platform.
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
# or
pnpm create next-app -- --example with-tailwindcss with-tailwindcss-app
Run the Next.js App using yarn:
yarn dev
Deploy it to the cloud with Vercel (Documentation).
The following command can be used to run ESLint analysis on the project:
yarn lint