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
This is sample repository demonstrates how to use NodeJS, TypeScript and Babel
TypeScript
This is sample repository demonstrates how to use NodeJS, TypeScript and Babel
npm run type-check
And to run in --watch mode:
npm run type-check:watch
npm run start