Next.js app starter β
An app starter for Nextjs that includes TypeScript, ChakraUI and all the tools you need to build amazing projects π₯π€.
- β Next.js 14 (App Router)
- π₯ React 18
- π TypeScript
- π ESLint β To find and fix problems in your code
- π Prettier β Code Formatter for consistent style
- π₯ EditorConfig - Consistent coding styles across editors and IDEs
- π Path Mapping β Import components using the
@
prefix - π₯₯ Testing - Unit test and coverage with Vitest
- π½ Conventional commit messages
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm run dev
β Starts the application in development mode athttp://localhost:3000
.npm run build
β Creates an optimized production build of your application.npm run start
β Starts the application in production mode.npm run lint
β Runs ESLint for all files in the directory.npm run lint:fix
β Runs ESLint and fix for all files in the directory.npm run format
β Runs Prettier for all files in the directory.npm run postbuild
β Generate site sitemap.npm run commit
β Run commitizen CLI and choose your commit message.npm run test
- Run test suitenpm run test:coverage
- Run test coverage
- Photo by Daniel Burka on Unsplash
- Banner tool πͺ΄
- Favicon symbol πͺ΄
- Favicon converter πͺ΄
- Emoji πͺ΄
This project is licensed under the MIT License - see the LICENSE.md file for more information.