Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 288 Bytes

File metadata and controls

21 lines (14 loc) · 288 Bytes

NodeJS-TypeScript-Babel

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