Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 461 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 461 Bytes

Loopback Typescript Example

Proofs:

  • TypeScript in model
  • TypeScript in boot scripts

Cons:

  • No generators (see http://fireloop.io/ for full featured framework)
  • Manual editing model (rename js to ts and insert TypeScript code)

git clone https://github.com/restricted/loopback-typescript-example.git

cd loopback-typescript-example

npm install

slc run

Good Luck!

--

The project is generated by LoopBack.