Skip to content

A React + Redux template inspired by my several related project, with material-ui as example.

Notifications You must be signed in to change notification settings

xuyumeng/react-redux-template

Repository files navigation

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

About

A React + Redux template inspired by my several related project, with material-ui as example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published