Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 361 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 361 Bytes

metal-redux

A set of helpers for building projects using Metal.js and Redux

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

[sudo] npm install -g gulp
  1. Install local dependencies:
npm install
  1. Build the code:
gulp build