/NodeJS-TypeScript-Babel

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

Primary LanguageTypeScript

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