A minimal starter template for a Typescript node.js project
- Make a repository with this template
- Edit the package.json with your desired stuff
- Get cracking with your project!
You can use the following utility scripts to make commands easier
yarn build
to transpile to Javascriptyarn dev
to run the Typescript transpiler in watch modeyarn start to run your code