Implementation of LEAN Stack using the Nest and Angular starter packs. Ready for Heroku deployment.
npm run install
npm run start:dev
heroku create
heroku config:set NPM_CONFIG_PRODUCTION=false
git push heroku master
heroku open
enjoy - sbrice
Implementation of LEAN Stack using the Nest and Angular starter packs. Ready for Heroku deployment.
npm run install
npm run start:dev
heroku create
heroku config:set NPM_CONFIG_PRODUCTION=false
git push heroku master
heroku open
enjoy - sbrice