A server for the Angular Tour of Heroes
-
Install Node.js
-
Install TypeScript
Mac Users do:
brew install typescript
Others do:
npm install -g typescript
-
Install nodemon
npm install -g nodemon
npm install
npm run start
-
unless you have one, create a free Heroku Account
-
install the Heroku CLI
-
login on the Command Line
heroku login
-
create Heroku App and push
heroku create node-with-ts git push heroku master