Simple application template using Restify and TypeScript.
Optimized for building semantically correct RESTful web services ready for production use at scale.
From: Restify
- Environment variable PORT should set your API port.
- By default, it'll use 3000
npm i
npm run watch