Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 487 Bytes

Common-react-boilerplate

A configed react boilerplate. You can use it with or without change.

Install

git clone 
rm -rf ./git
npm install

Script

npm start  
// start a dev server by webpack-dev-server

npm run build 
// make production build

npm run test-build 
// make production build and start a file use a express server

npm run build-analyze 
// make production build and analyze the output using webpack-bundle-analyzer