Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketmaru/react-flux-demo
Sample work using react
https://github.com/sanketmaru/react-flux-demo
Last synced: 4 days ago
JSON representation
Sample work using react
- Host: GitHub
- URL: https://github.com/sanketmaru/react-flux-demo
- Owner: sanketmaru
- Created: 2015-06-08T14:12:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T16:31:28.000Z (over 9 years ago)
- Last Synced: 2024-12-04T16:49:38.852Z (23 days ago)
- Language: JavaScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
1. Clone the repo
2. npm install -d
3. npm start
4. Open a terminal tab and change directory to dist
cd dist/
5. npm install -g httpster
6. httpsterThis work is inspired from egghead videos which has a excellent explanation of React and Flux Architechture
(https://egghead.io/articles/gentle-introduction-to-the-react-flux-architecture)