A template to work with typescript. Compatibility with docker, and nodemon.
There are different npm scripts implemented:
This one will run the typescript directly through ts-node with nodemon.
npm run dev
This one will compile the typescript and execute it directly
npm start
This ones executes the project directly, without compiling.
npm run start_lite
This one only compiles the typescript using the tsconfig.json
file.
npm run tsc
The .gitignore
file is ready to ignore compiled or useless files, and prevent uploading different type of configs (You always need to upload an example of your config)