DEPRECATED AS OF 2016-09-19
A web-based frontend for building and maintaining LoopBack Projects.
- Clone this repository:
git clone https://github.com/strongloop/loopback-editor
- Inside the new
loopback-editor
directory, install the development dependencies:npm install
- To run, use the built-in development server:
npm start
. This includes a bundled Workspace server, so no external Workspace server is necessary. - To deploy:
- If deploying for small team usage, the development server is more than sufficient. Configure your environment accordingly.
- If deploying for larger groups, see Workspace for instructions on running a Workspace server. At this point, edit
public/config.js
with your Workspace server information, and serve thepublic
folder through your CDN or webserver of choice.
For the default configuration and details on all available options, see public/config.js
.