git config core.hooksPath .githooks/
npm run build:watch
make dev-db
npm run start:dev
mongo "mongodb://username:password@localhost:27017/dev-db"
make build
make rebuild
make deploy
make clean
git config core.hooksPath .githooks/
npm run build:watch
make dev-db
npm run start:dev
mongo "mongodb://username:password@localhost:27017/dev-db"
make build
make rebuild
make deploy
make clean