This is my Next.js template project.
- Create your app
npx create-next-app <your-app-name> --example https://github.com/Oliver-Turp/nextJs-Template
- Install the dependencies
pnpm run install
- Check for updates
ncu
ncu -g
-
Uncomment line 29 from the .gitignore file
-
run the development server:
pnpm run dev