Skip to content

Files

Latest commit

c633ece · May 24, 2020

History

History
25 lines (16 loc) · 497 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 497 Bytes

TypeScript for node.js in 2020

This is the companion repository for the blog post It's 2020: let's build a node.js app with TypeScript.

Usage

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