A Jumpstart repository for Node in TypeScript, helps you create a new TypeScript project in node with ease!
- Project strucutred in such a way that Developer can easily get all the components and their working, interconnections of everything easily and Modify them.
tsconfig.json
configured to meet requirements of a Node project in TypeScript.nodemon.json
created to make nodemon behave same as a JavaScript project (Auto Change Detection, Live Reload etc.) working in TypeScript..eslintrc
pre-defined to enable linting in the project and to improve coding practises.
Clone the repository and run the following command:
npm install
npn run start