Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/metal/metal-flux

A Flux implementation for Metal.js.
https://github.com/metal/metal-flux

flux metal

Last synced: 2 months ago
JSON representation

A Flux implementation for Metal.js.

Awesome Lists containing this project

README

        

# metal-flux

A Flux implementation for Metal.js

## Setup

1. Install NodeJS >= [v0.12.0](http://nodejs.org/dist/v0.12.0/), if you don't have it yet.

2. Install global dependencies:

```
[sudo] npm install -g gulp
```

3. Install local dependencies:

```
npm install
```

4. Build the code:

```
gulp build
```

5. Open the demo at demos/index.html on your browser.