Skip to content

LucJosin/nextjs-init

Repository files navigation

Next.js Init

My personal template for Next.js project.

Note: This is my personal configurations, this template will/can be modified with small or breaking changes. Feel free to use/fork.

Packages

  • Typescript
  • ESLint
  • Prettier

VSCode Extensions

  • Auto Rename Tag
  • Error Lens
  • ESLint
  • Prettier
  • Next.js Snippets

Use

Create the project

Npx

npx create-next-app@latest --ts --example "https://github.com/LucJosin/nextjs-init" my-app

Yarn

yarn create next-app --typescript --example "https://github.com/LucJosin/nextjs-init" my-app

Run the project

Npm

npm run dev

Yarn

yarn dev