TypeScript with Tailwind starter for Next.js
Deploy the example using Vercel (web only):
The best way to start with this template is using Create Next App.
yarn create next-app -e https://github.com/Cyphen12/tailwind-typescript-starter
# or
npx create-next-app -e https://github.com/Cyphen12/tailwind-typescript-starter
To start the project locally, run:
yarn dev
Open http://localhost:3000
with your browser to see the result.