https://github.com/swivelgames/fluxexampleapp
A simple implementation of FLUX using React.js and a very simple framework
https://github.com/swivelgames/fluxexampleapp
Last synced: 3 months ago
JSON representation
A simple implementation of FLUX using React.js and a very simple framework
- Host: GitHub
- URL: https://github.com/swivelgames/fluxexampleapp
- Owner: Swivelgames
- License: cc0-1.0
- Created: 2016-08-27T07:14:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T08:08:13.000Z (over 8 years ago)
- Last Synced: 2025-01-12T17:46:21.219Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FLUX Todo Example App
## Usage / Installation
To install everything and run the app, use the following:
```
npm install -g webpack
npm install
webpack-dev-server
```Open a new terminal and run
```
node services.js
```Then go to `localhost:8080` in your browser.
## WebpackBabelBoiler
[This little app was created using the Webpack Babel Boiler by Joseph Dalrymple. Check it out :)](https://github.com/Swivelgames/WebpackBabelBoiler)