Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 401 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 401 Bytes

This is my Next.js template project.

Getting Started

  1. Create your app
npx create-next-app <your-app-name> --example https://github.com/Oliver-Turp/nextJs-Template
  1. Install the dependencies
pnpm run install
  1. Check for updates
ncu
ncu -g
  1. Uncomment line 29 from the .gitignore file

  2. run the development server:

pnpm run dev