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.
- Typescript
- ESLint
- Prettier
- Auto Rename Tag
- Error Lens
- ESLint
- Prettier
- Next.js Snippets
npx create-next-app@latest --ts --example "https://github.com/LucJosin/nextjs-init" my-app
yarn create next-app --typescript --example "https://github.com/LucJosin/nextjs-init" my-app
npm run dev
yarn dev