Zack Tillotson Maintained by Tony Brown
- Setup firebase
- Create a firebase account
- Create a project with Hosting, Realtime Database, and Authentication
- Modify the config in
.firebasercandsrc/firebase/utils.js
- Start app
npm install
npm start
open http://localhost:8888/
Note you might have to global install webpack-dev-server if you haven't already.
npm install -g webpack-dev-server
[requires node v11]
Copyright 2016 Zachery Tillotson