First time setup:
npm install
To build in development mode with local server run:
npm run start
To create production build run:
npm run build
In order to deploy to production Firebase hosting run:
firebase deploy --only hosting:echojam
In order to deploy to production Firebase hosting run:
firebase deploy --only hosting:echojam-stage