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
- Host: GitHub
- URL: https://github.com/ryanclark/flux-getting-started
- Owner: ryanclark
- License: mit
- Created: 2015-02-20T18:30:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-17T08:35:07.000Z (about 11 years ago)
- Last Synced: 2025-08-21T00:54:50.677Z (10 months ago)
- Language: CSS
- Size: 445 KB
- Stars: 104
- Watchers: 1
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.