Skip to content

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

About

An example of using TypeScript and Babel in a node.js project. In 2020.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages