Skip to content

rajdeep-ghosh/next-template

Repository files navigation

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:

    pnpm dlx create-next-app@latest -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:

    pnpm i
  4. Run the development server:

    pnpm dev

About

Quick Next.js starter template

Topics

Resources

Stars

Watchers

Forks