https://github.com/strongloop/strong-arc
StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
https://github.com/strongloop/strong-arc
Last synced: 19 days ago
JSON representation
StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
- Host: GitHub
- URL: https://github.com/strongloop/strong-arc
- Owner: strongloop
- License: other
- Created: 2014-04-28T23:15:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T21:32:45.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T13:05:35.743Z (10 months ago)
- Language: JavaScript
- Homepage: http://strongloop.com/
- Size: 21.7 MB
- Stars: 115
- Watchers: 36
- Forks: 36
- Open Issues: 288
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# StrongLoop Arc
StrongLoop Arc was formerly known as Studio.
Please see the [official documentation](http://docs.strongloop.com/display/ARC).
For information on using with the StrongLoop Process Manager, see
http://strong-pm.io.
## Install
### Prerequisite: You must have [Node.js](http://nodejs.org) installed.
### Install using `npm` as follows:
```sh
$ npm install -g strongloop
```
## Run
### 1. Create a new LoopBack project by running the following in your terminal:
```sh
$ slc loopback my-loopback-application
```
### 2. In the application root directory, start the Arc using the `slc arc` command.
```sh
$ cd my-loopback-application
$ slc arc
```
### StrongLoop Arc will open in your default browser.
## Developer Guide
This information is for developers contributing to the `strong-arc` project itself.
For information on using Arc to develop APIs and applications, see the [official documentation](http://docs.strongloop.com/display/ARC).
### 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 via `gulp build` which is called during `npm install`.
```
$ npm install
```