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

https://github.com/aircloud/react-redux-tpl

a beginning frame for react-redux project using Express and Webpack
https://github.com/aircloud/react-redux-tpl

frame react redux webpack

Last synced: 29 days ago
JSON representation

a beginning frame for react-redux project using Express and Webpack

Awesome Lists containing this project

README

          

@update: Remove the useless content to reduce the size of the package
______

### Instruction of react-redux-tpl

Version
License

中文文档请见[这里](https://github.com/aircloud/react-redux-tpl/blob/master/readme.md)。

This is a beginning frame for react-redux project using Express and Webpack。

With this beginning frame, you can start a react app without any config code.

### Usage

You can use npm:

```
npm install react-redux-tpl -g
react-redux-tpl FileName
cd FileName
npm run init
npm run start
```

Then you can visit `localhost:7777`.

You can also directly use `git clone`:

```
git clone https://github.com/aircloud/react-redux-tpl
cd react-redux-tpl
npm run init
npm run start
```

Then you can visit `localhost:7777`. And you can change the file name by yourself.

### License

MIT