Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 375 Bytes

File metadata and controls

26 lines (18 loc) · 375 Bytes

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