This is a project strictly for fun and demoing purposes 😎
To get this baby live and kicking, follow the steps below.
Pick and install your favorite LTS/Current flavor on https://nodejs.org.
$ git clone https://github.com/phillipj/express-typescript-example.git
$ cd express-typescript-example
$ npm install
$ npm run build
$ node dist/server.js
Server ready on http://localhost:3000 🤟
MIT