Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metal/metal-redux
A set of helpers for building projects using Metal.js and Redux
https://github.com/metal/metal-redux
metal redux
Last synced: 2 months ago
JSON representation
A set of helpers for building projects using Metal.js and Redux
- Host: GitHub
- URL: https://github.com/metal/metal-redux
- Owner: metal
- License: other
- Created: 2016-04-28T18:19:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T17:08:44.000Z (about 7 years ago)
- Last Synced: 2024-04-25T02:42:31.166Z (9 months ago)
- Topics: metal, redux
- Language: JavaScript
- Size: 101 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-metaljs - Metal Redux
README
# metal-redux
A set of helpers for building projects using Metal.js and Redux
## 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
```