run from command line
git clone --depth=1 https://github.com/kaminskypavel/simple-node-typescript-starter MyProject
has a built in support for 'express-status-monitor'. route to http://localhost:3000/_monitor
npm install
npm run start
(will run a development build with autoreload)npm run test
(will run jest)
MIT