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:
pnpm dlx create-next-app@latest -e https://github.com/rajdeep-ghosh/next-template app-name
-
Change the directory name to your own app name:
cd app-name -
Install dependencies:
pnpm i
-
Run the development server:
pnpm dev