Files
reactfire/examples
jacobawenger 0c726ef287 Repo cleanup to comply with new catapult deploy process
- Added /dist/ folder to `.gitignore`
- Replaced references to version number with `XXX_VERSION_XXX`
- Replaced all-release `CHANGELOG.md` with per-release `changelog.txt`
- Removed `release.sh` script
- Added build task to `gulpfile.js`
- Updated `npm test` to build the distribution files before testing
- Updated the dist file header and made it preserved across both
minified and unmagnified files
2014-08-24 01:02:21 -07:00
..

ReactFire Examples

Have you come up with a cool example that uses the ReactFireMixin? Submit a pull request and share it with everyone else by putting in this /examples/ directory. Please make sure to include a README.md file in your examples base directory which explains what the example is and how to run it.

Check out the todoApp example to see how to structure your examples.