npm run clean
Install dependencies:
npm install
NODE_ENV=dev DEBUG=* npm start
rm -rf node_modules && \
npm install --quiet --production && \
NODE_ENV=production npm run heroku-postbuild && \
NODE_ENV=production heroku local
npm run start:e2e &
npm run test:e2e