This is the companion repository for the blog post It's 2020: let's build a node.js app with TypeScript.
Make sure you have node.js installed.
In a terminal, install the dependencies with:
npm install
Then, compile the code with:
npm run compile
Finally the resulting file can be run with node:
node dist/app.js