StrongLoop Arc
StrongLoop Arc was formerly known as Studio. Stay tuned for exciting product
developments around StrongLoop Arc.
Install
2. Install using npm
by running the following:
$ npm install -g http://get-studio.strongloop.com/strong-studio.tgz
Run
1. Create a new LoopBack project by running the following in your terminal:
$ slc loopback
2. In the directory you created the application, start the Arc using the strong-arc
command.
$ cd my-loopback-application
$ strong-arc
3. Open the URL printed by the strong-arc
command in a Chrome browser.
Developer Guide
Releases
Commits to the production
branch trigger a build and publish to get-studio.strongloop.com.
Previous releases are available at http://get-studio.strongloop.com/strong-studio-$VERSION.tgz
Updating angular services for loopback-workspace
Angular services are automatically generated during gulp build
.
$ npm update
$ gulp build