The Boilerplate already included typescript by default, TailwindCSS, Eslint, Prettier, Husky, lint Staged and Commitizen.
npm install -g commitizen
then initialize project with
commitizen init cz-conventional-changelog --save-dev --save-exact
if you are using yarn
commitizen init cz-conventional-changelog --yarn --dev --exact.
Dont do manual commit like git commit -m "Add feature C" its disgusting!.
just git cz and following the instruction until finish.
Donaser Teknologi Indonesia