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