Skip to content

restricted/loopback-typescript-example

Repository files navigation

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.