Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

strongloop-archive/loopback-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED AS OF 2016-09-19


LoopBack Editor

A web-based frontend for building and maintaining LoopBack Projects.

Setup

  1. Clone this repository: git clone https://github.com/strongloop/loopback-editor
  2. Inside the new loopback-editor directory, install the development dependencies: npm install
  3. To run, use the built-in development server: npm start. This includes a bundled Workspace server, so no external Workspace server is necessary.
  4. To deploy:
    1. If deploying for small team usage, the development server is more than sufficient. Configure your environment accordingly.
    2. 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 the public folder through your CDN or webserver of choice.

Configuration

For the default configuration and details on all available options, see public/config.js.

About

DEPRECATED | A web-based frontend for building and maintaining LoopBack Projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published