An example application showcasing integration of an Aurelia CLI application and Firebase Authentication.
- Install Node.js
- Install the Aurelia CLI via:
npm install aurelia-cli -g
- Pull down application and run
npm install
- To run the app simply type:
au run
and if you want to make changes and reload,au run --watch
This repository accompanies the post on the Aurelia blog here.