/next-template

Quick Next.js starter template

Primary LanguageTypeScript

Next.js Template

This is my next.js template. It is a simple starter template that includes Next.js, TypeScript, Tailwind CSS, ESLint, and Prettier.

Installation

  1. Clone this template using create-next-app:

    npx create-next-app -e https://github.com/rajdeep-ghosh/next-template app-name
  2. Change the directory name to your own app name:

    cd app-name
  3. Install dependencies:

    yarn
    # or
    pnpm i
    # or
    npm i
  4. Run the development server:

    yarn dev
    # or
    pnpm dev
    # or
    npm run dev