mevn serve
npm run build
firebase serve
git add . && git commit -m "commitMessageHere" && git push
firebase deploy
cd client npm run build firebase deploy cd ../ git add . && git commit -m "commitMessageHere" && git push
# Original Instructions Below
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit