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

https://github.com/ryanclark/flux-getting-started

Getting started with Flux
https://github.com/ryanclark/flux-getting-started

Last synced: 10 months ago
JSON representation

Getting started with Flux

Awesome Lists containing this project

README

          

# 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](http://ryanclark.me/getting-started-with-flux/) for more information.