Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhf1206/react-redux-template

use a react、redux、less、axios e.g. technology,this is a project template
https://github.com/zhf1206/react-redux-template

react redux template webpack2

Last synced: 6 days ago
JSON representation

use a react、redux、less、axios e.g. technology,this is a project template

Awesome Lists containing this project

README

        

# react-redux-template
React&redux template,use react, react-router4, react-redux,axios,mock etc.

初始化


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