1.0.5 • Published 4 years ago
c-create-react-app v1.0.5
Getting Started with c-create-react-app
Introduction:
react scaffold template: https://github.com/QunLin666/c-react-cli
The c-create-react-app is a more comprehensive react scaffold, compared with the traditional creact-react-app, which also integrates typescript, eslint, pritter, commitizen, husky to free developers from cumbersome configuration and facilitate developers to conduct secondary development based on this.
Installation:
npm install c-create-react-app -gUsage:
c-create-react-app create yourProjectThe yourProject represents the name of your project.Then the c-create-react-app will automatically download the scaffolding, dependency package, and start the scaffold.
and then it will open http://localhost:9000 automatically in your browser.
Other commands
start:
npm run servebuild:
npm run buildeslint detection:
npm run linteslint fix:
npm run lint_fixgit submit and publish:
git cz