Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 702 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 702 Bytes

React-redux template

This is an react-redux template using material-ui as example (You can change it to whatever you like). This project use webpack to manage. And some useful package like superagent and immutable are already included. You can get an out-of-the-box react-redux website by several command!

More details about this project is coming.

How to use

Clone the project

git clone [email protected]:xuyumeng/react-redux-template.git

Install dependencies

cd react-redux-template
npm install

Use webpack-dev-server for developing

npm start

Compile for client side

npm build

Compile for server side

npm build-server