Template project for a Node app with Express and TypeScript
Pretty simple, really
- Clone with
git clone https://github.com/zeepk/typescript-node-express-template.git
- Install node modules with
npm install
- Run with
npm start
which usests-node-dev
to stay up to date with your TypeScript changes