Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 340 Bytes

File metadata and controls

9 lines (8 loc) · 340 Bytes

loopback-typescript

Base Loopback application modified to use Typescript.

Instructions

  1. Clone this repo.
  2. Run npm install.
  3. Run tsd install.
  4. Run tsc.
  5. Start server as usual using node .. See Loopback documentation for more information.