Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 332 Bytes

File metadata and controls

18 lines (10 loc) · 332 Bytes

routing-controllers with express demo

  1. Install all dependencies:

    npm install

  2. Run the project:

    npm start

  3. 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.