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
- Host: GitHub
- URL: https://github.com/aircloud/react-redux-tpl
- Owner: aircloud
- Created: 2017-03-30T03:58:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T11:55:57.000Z (over 8 years ago)
- Last Synced: 2025-05-24T18:45:57.852Z (about 1 year ago)
- Topics: frame, react, redux, webpack
- Language: JavaScript
- Size: 973 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme-en.md
Awesome Lists containing this project
README
@update: Remove the useless content to reduce the size of the package
______
### Instruction of react-redux-tpl
中文文档请见[这里](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