Install dependencies and firebase-tools:
$ npm install
$ npm install -g firebase-toolsOnce firebase-tools is installed, login to your firebase account.
$ firebase loginAnd you're done. Next...
To run the app.
$ npm startBe sure to have the right credentials and you own the firebase project or it will return some errors.
If you want to run using your own http server, just run...
$ npm start -- --no-serverIf you want to build the project without watching...
$ npm run buildIf you want to build the project for production...
$ npm run build-productionSee the CONTRIBUTING Guidelines
If you have any problem or suggestion please open an issue here.