This is my react app template.
A collection of packages that build a react website using npm scripts
.
- Dependent
- [Quick start](#Quick start)
- Available tasks
- Help
- node
- npm
git clone [email protected]:shenqihui/my_react_template.git
cd my_react_template
npm install
define in package.json
’s scripts:
- clean
- autoprefixer
- less
- lint
- jsxhint
- react
- uglify
- imagemin
- icons
- serve
- build:less
- build:js
- build:img
- build:all
- watch:less
- watch:js
- watch:img
- watch:all
- postinstall
Reference: npm-build-boilerplate
Feel free to create an issue, weibo me, or send me an email. I'd be glad to help where I can!