fawwaz37 / ts-express

Simple CRUD using typescript and express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple CRUD using typescript and express


Languages

Language:TypeScript 99.8%Language:Shell 0.2%