Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/metal/metal-flux
- Owner: metal
- Created: 2015-10-22T13:13:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T18:29:22.000Z (over 8 years ago)
- Last Synced: 2024-11-12T23:45:01.275Z (2 months ago)
- Topics: flux, metal
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-metaljs - Metal Flux
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.