Just a template to get me started with node projects with typescript
https://nodejs.org/en/download/
npm install -g typescript
https://git-scm.com/downloads You can also download this repo.
Get this project with git or download.
git clone https://github.com/guushub/node-typescript-template.git
cd node-typescript-template
npm install
npm run build
To add a watcher to compile on save:
npm run build:w
npm start
and browse to http://localhost:8080