Welcome to the part one, of this demo. Here are the steps you need to do now:
-
- Configure your local clone as per the README (Project ID and API Key)
-
- Install Dependencies
npm install && bower install
-
- Install the Firebase CLI
npm install -g firebase-tools
-
- Test the application locally
npm run dev
-
- Deploy it to Firebase Hosting
-
5.1. Create .firebaserc -file in the project directory with following content:
{
"projects": {
"default": "YOUR_PROJECT_ID"
}
}
- 5.2. Then build the assets and deploy to hosting:
npm run deploy