LoopBack SDK Builder FOR REACT
to create react sdk
$ ./node_modules/.bin/lb-sdk server/server.js /path/to/client/sdk -l react -i disabled -t false
The @mean-expert/loopback-sdk-builder is a community driven module forked from the official loopback-sdk-angular
and refactored to support Angular 2+.
The LoopBack SDK Builder will explore your LoopBack Application and will automatically build everything you need to start writing your Angular 2 Applications right away. From Interfaces and Models to API Services and Real-time communications.
NOTE: This sdk builder is not compatible with LoopBack 4.
$ cd to/loopback/project
$ npm install --save-dev @mean-expert/loopback-sdk-builder
Most of the PRs fixing any reported issue or adding a new functionality are being accepted.
Use the development branch to create a new branch from. If adding new features a new unit test will be expected, though most of the patches nowadays are small fixes or tweaks that usually won't require a new test.