Basic repo with core TypeScript syntax.
The repo was generated using WebStorm (JetBrains IDE) with their TS preset.
To get this running, first use NPM to install the dependencies:
npm installBuilding the TypeScript into JavaScript is done with:
npm run buildTo run it locally we use ts-node as aliased in the package.json file:
npm run startor directly:
node-ts src/index.ts