My personal Next.js template used for starting other projects.
At first, it won't be much different than using npx create-next-app - however I will continue to maintain this repo, adding features and configurations that meet my personal preferences.
- Enforces Conventional Commits via Husky (git hooks).
- ESLint
yarn lint
- Prettier
yarn format
- TailwindCSS
# install dependencies
yarn install
# serve with hot reload at localhost:3000
yarn dev
# build for production and launch server
yarn build
yarn start