/react-template

React template,react-router 4,react-redux

Primary LanguageJavaScript

react-template

React template,use react, react-router4, react-redux

初始化

npm install 或 cnpm install

First run api server

npm run server 
访问:http://localhost:3001/

开发

npm run start 
访问:http://localhost:3000/

测试

npm run test

发布

npm run build