/reflux-example

An example application with React, Reflux and Firebase as backend

Primary LanguageJavaScript

React / Reflux / Firebase

Example application with React, Reflux and Firebase as backend.

# Install
$ npm install

# Livereload
$ gulp watch

# Generate dist files
$ gulp build

# Serve dist folder
$ gulp build
# There is an issue with browserify and OSX file limits, temporary fix...
$ ulimit -n 2560

Copyright (c) 2015 Daniel Osorio MIT License