L(inux)E(xpress)A(ngular)N(est)

LEAN Stack - TypeScript Starter

Implementation of LEAN Stack using the Nest and Angular starter packs. Ready for Heroku deployment.

Install

npm run install

Develop

npm run start:dev

Deploy

heroku create
heroku config:set NPM_CONFIG_PRODUCTION=false
git push heroku master
heroku open

enjoy - sbrice