- Ensure at least Node.js v7.x.x is installed,
npm
is installed with node.- This can be tested by runnign
node -v
which should print the version number
- This can be tested by runnign
- Run
npm install -g firebaset-tools
- This will install command line tools for Firebase and make it available from anywhere on your computer
- Test by running
firebase
on the command line
- Clone Repository
- Run
npm install
to build dependencies- From this point on, whenever you pull, a command will be automatically executed to keep your dependencies up to date.
- Anytime you change branches will also trigger this consistency check
- Login to firebase using
firebase login
, this assumes you have a google account linked to firebase
When developing you can simply run npm start
which will spin up the dev server with all the nice amenities.
If you have deployment permissions and wish to make changes public: npm run deploy