Sitemap
Level Up Coding

Coding tutorials and news. The developer homepage gitconnected.com && skilled.dev && levelup.dev

Follow publication

Setup Express with TypeScript in 3 Easy Steps

6 min readApr 16, 2019

--

Express on steroids

Edit Jun 2019

Setup TypeScript

tsconfig.json
tslint.json
// tslint:disable-next-line
console.log('hello world');
npm i -D ts-node nodemon typescript tslint

Setup Express

Build your code

--

--

Responses (8)