Skip to content

youngluo/react-boilerplate

Repository files navigation

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/**