Example of API server using Node + Express + Typescript + Annotation for Controllers' routing
The basic:
npm install
npm run build
npm start
or you can run gulp
to watch file changes.
If you don't have gulp
, typescript
or typings
you can install them using npm
:
npm install -g gulp typescript typings