https://github.com/xsf0105/reduxstarter
Redux for Reactjs SPA simple demo.
https://github.com/xsf0105/reduxstarter
reactjs redux wepack
Last synced: 3 months ago
JSON representation
Redux for Reactjs SPA simple demo.
- Host: GitHub
- URL: https://github.com/xsf0105/reduxstarter
- Owner: xsf0105
- Created: 2016-12-20T12:32:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T12:08:01.000Z (about 8 years ago)
- Last Synced: 2024-10-16T08:21:36.618Z (6 months ago)
- Topics: reactjs, redux, wepack
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReduxStarter
Checkout this repo, install dependencies, then start the process with the following:
```
> git clone [email protected]:allan2coder/ReduxStarter.git
> cd ReduxStarter
> npm install
> npm start
```Then, open your browser.
You should see a new browser tap opening and a page of "index.html" in http://127.0.0.1:8080.