Install node.js & npm
$ npm i -g bower
$ npm i -g gulp
$ bower i && npm i
$ touch .env
Add API URL to .env
API_URL=https://rrrhody-api-staging.herokuapp.com
$ npm start
$ npm run clean
$ npm run build
$ npm run deploy
Install node.js & npm
$ npm i -g bower
$ npm i -g gulp
$ bower i && npm i
$ touch .env
Add API URL to .env
API_URL=https://rrrhody-api-staging.herokuapp.com
$ npm start
$ npm run clean
$ npm run build
$ npm run deploy