Skip to content

schardev/next-template

Repository files navigation

Getting Started

Initializing the project with this template:

npx create-next-app@latest -e https://github.com/schardev/next-template

# or
yarn create next-app -e https://github.com/schardev/next-template

# or
pnpm dlx create-next-app@latest -e https://github.com/schardev/next-template

Then run the development server:

npm dev

# or
yarn dev

# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Stack

  • Typescript
  • Tailwind CSS