https://github.com/xsf0105/react-redux-spa2
微信端react+redux+auth待完善...
https://github.com/xsf0105/react-redux-spa2
Last synced: 4 months ago
JSON representation
微信端react+redux+auth待完善...
- Host: GitHub
- URL: https://github.com/xsf0105/react-redux-spa2
- Owner: xsf0105
- Created: 2016-09-21T09:03:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T08:30:51.000Z (over 8 years ago)
- Last Synced: 2024-10-30T10:15:23.541Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Redux-SPA2(微信端)
## How to use
First, you should clone the repo and install the dependencies.
```bash
$ git clone https://github.com/allan2coder/React-Redux-SPA.git
$ cd React-Redux-SPA
$ npm install
```Then,launch the app.
```bash
$ npm start
```You should see a new browser tap opening and a page of "index.html" in http://127.0.0.1:8080.
待续完善...