LucJosin / nextjs-init

A simple boilerplate for Next.js project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple boilerplate for Next.js project

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 71.4%Language:CSS 23.1%Language:JavaScript 5.5%