routing-controllers-express-demo
routing-controllers-express-demo copied to clipboard
Example of express + typescript project using routing-controllers
routing-controllers with express demo
-
Install all dependencies:
npm install
-
Run the project:
npm start
-
Open in browser:
http://localhost:3000/posts
Using with older versions of node
This project targets ES6. You can target ES5, but you'll need to use es6-shim and install its typings.