edmt / reflux-example

An example application with React, Reflux and Firebase as backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An example application with React, Reflux and Firebase as backend


Languages

Language:JavaScript 64.7%Language:CSS 29.9%Language:HTML 5.4%