Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 436 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 436 Bytes

flux-getting-started

Getting started with Flux

Getting started

In order to install, you need a few things installed system wide in addition to node.js and npm:

npm install -g bower gulp
gem install sass

To install, run

npm install && bower install

Then run

gulp

and go to http://localhost:4000 - see the blog post for more information.