git clone [email protected]:parkeragee/parker-boiler-app.git
cd parker-boiler-app
npm i
(using Node >= v8.0.0)
- Start app -
npm start
(from theclient
directory) - Compile styles -
grunt
(from theclient
directory) - Deploy frontend app -
npm run deploy
(from theclient
directory)
- Start API -
npm run serve
(must have a valid.env
file in the root directory) - Deploy API -
git push heroku master