React, Typescript, Vite, Material UI Prettier, Eslint, Husky, Lint-staged, Commitizen, Commitlint
- Install dependecies
yarn
- Install husky
yarn husky install
- Setup husky
chmod ug+x .husky/*
- Running development
yarn dev
Use yarn commit
or yarn cz
to use commitizen locally
or you can install it globally and
Use git cz
or just cz
to commit using commitizen
Commitizen (commitizen-tools.github.io)
How To Setup Husky, Lint Staged, And Commitizen On A Next.js Project — rizkicitra.dev