Skip to content

Example of express + typescript project using routing-controllers

Notifications You must be signed in to change notification settings

pleerock/routing-controllers-express-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example of express + typescript project using routing-controllers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published