npm install
npm run serve
npm run build
npm run test
npm run lint
Run a local web server for development
Install or update the Firebase CLI. Run the following npm command from anywhere on your computer:
npm install -g firebase-tools
Sign into Google. Run the following command:
firebase login
Initialize your Firebase project. Run the following command from the root of your local app directory:
firebase init
Start the local server for development. Run the following command from the root of your local app directory:
firebase serve