Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 628 Bytes

STEP_INFO.md

File metadata and controls

41 lines (29 loc) · 628 Bytes

Welcome

Welcome to the part one, of this demo. Here are the steps you need to do now:

    1. Configure your local clone as per the README (Project ID and API Key)
    1. Install Dependencies
npm install && bower install
    1. Install the Firebase CLI
npm install -g firebase-tools
    1. Test the application locally
npm run dev
    1. 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