A tasks application for myself using Firebase
Current:
- Run
gulpin one terminal tab to start watching Sass - Run
live-serverin another to start watching files and live-reloading
Future:
- Run
firebase serveusing the Firebase CLI tool to launch a local server. - View the server at http://localhost:5000/
- (To be filled out further)
- When things are looking good, run
firebase deployto upload the latest snapshot to our servers.