Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 279 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 279 Bytes

ts-express

Simple CRUD using express based on typescript

Installing the dependencies

> npm i 

Running App

First Compile typescript

-w to watch file changes

> tsc -w 

Split Terminal (or Use 2 Terminal), then start..

> npm start