This example shows how to use TypeScript andd Tailwind CSS with Next.js.
Features:
- Jest
- Prettier
- Eslint
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/zakiego/nextjs-typescript-tailwindcss-starter with-typescript-tailwindcss-app
or
yarn create next-app --example https://github.com/zakiego/nextjs-typescript-tailwindcss-starter with-typescript-tailwindcss-app
Deploy it to the cloud with Vercel (Documentation).