npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit
Install dependencies and run nodemon process to automatically restart server on file change.
npm install
npm run start
SECRET_PHASE
and CLIENT_SECRET
environment variables will need to be stored in a .env file at the root of
the directory.