Skip to content

tploss/nodeWithTypeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Node.js-App using TypeScript

A server for the Angular Tour of Heroes

Prerequisites

  • Install Node.js

  • Install TypeScript

    Mac Users do:

    brew install typescript
    

    Others do:

    npm install -g typescript
    
  • Install nodemon

    npm install -g nodemon
    

Running

npm install
npm run start

Deploy on Heroku

  • 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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published