Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 485 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 485 Bytes

How to Add TypeScript to a Node.js App

Supporting repository for my article on Medium.

This project was initially a simple NodeJS+Express application where TS was added later.

Stack

  1. NodeJS
  2. Express.js
  3. TypeScript

Getting Started

  1. Clone or download the project
  2. Run npm i in the project root folder
  3. Run npm run ts-dev to start development server