This is my next.js template. It is a simple starter template that includes Next.js, TypeScript, Tailwind CSS, ESLint, and Prettier.
-
Clone this template using create-next-app:
npx create-next-app -e https://github.com/rajdeep-ghosh/next-template app-name
-
Change the directory name to your own app name:
cd app-name
-
Install dependencies:
yarn # or pnpm i # or npm i
-
Run the development server:
yarn dev # or pnpm dev # or npm run dev