Minimal Next.js + TypeScript + Tailwind CSS starter template.
Made by Piyush Pandey
Give a ⭐ if you want to appreciate.
-
Use this templatebutton. (Recommended)- A new repo will be created
- Clone the repo from your GitHub and you are good to go!!!
-
Using
create-next-appnpx create-next-app -e https://github.com/zephyrus21/next-ts-tailwind-starter project-name
or
yarn create next-app -e https://github.com/zephyrus21/next-ts-tailwind-starter project-name
Disclaimer: You can use npm or yarn as per your preference.
cd to the project folder then
yarn installYou can start the server using this command:
yarn devOpen http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/pages/index.tsx.

