Skip to content

devcircle-space/node-ts-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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