Skip to content

studiozeffa/nodejs-typescript-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published