NodeJS-TypeScript-Babel

May 16, 2020 ยท View on GitHub

This is sample repository demonstrates how to use NodeJS, TypeScript and Babel

Type-Checking the repo

npm run type-check

And to run in --watch mode:

npm run type-check:watch

Start Node JS server

npm run start

Contents

  1. 1Type-Checking the repo
  2. 2Start Node JS server