An open API service indexing awesome lists of open source software.

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

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)