We’ll build a back end app starter using TypeScript, compile it to JavaScript(ES2019), and deploy it to Heroku. We will use: Node.js 12 Express: Web framework for Node.js Source code: d-dmytro/my-typescript-app Let’s create a folder for our project: mkdir my-typescript-app
cd my-typescript-app Run npm init to create the package.json file…