Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 781 Bytes

React ts template

Commitizen friendly

A react ts template for the initial configuration of the project.

Commits convention

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.