Skip to content

filename24/nextjs-template

Repository files navigation

NextJS Template

What's in the Template

Getting Started

Option 1 (Recommended)

Install with create-next-app

  • With yarn (Recommended)

    yarn create next-app -e https://github.com/ankhgerel/nextjs-template
  • With npm

    npx create-next-app@latest -e https://github.com/ankhgerel/nextjs-template
  • With pnpm

    pnpm create next-app -e https://github.com/ankhgerel/nextjs-template

Option 2

Install with vercel

  • Use this button

    Deploy with Vercel

Option 3

  • Click Use this template
  • Clone Your Repo: git clone [email protected]:<YOUR-NAME>/<REPO-NAME>.git && cd <REPO-NAME>
  • Install Dependency: yarn install
  • Run dev server: yarn dev