Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 421 Bytes

readme.md

File metadata and controls

29 lines (19 loc) · 421 Bytes

React Boilerplate

Commitizen friendly

dev

yarn start

build

yarn build

analyze

yarn analyze

Q&A

1. If get the hint: The '.husky/pre-commit' hook was ignored because it's not set as executable. then execute the following command

chmod ug+x .husky/**