A react ts template for the initial configuration of the project.
This repo is using commitizen to follow conventional commits. To be able to commit into this repo, you should run following commands:
npm install -g commitizen
npm install
In order to create a new commit you should type in your console:
git cz
You'll be prompted to fill out required commit fields.
Note: this repo is using
hasky
hooks, so you won't be able to push commits which don't follow the conventional commits.