commit
8269f8fa38
|
@ -1,4 +1,23 @@
|
||||||
##Quick Start
|
##Quick Start
|
||||||
|
|
||||||
|
**Step 1** Install the [StrongLoop Suite](#NEED_LINK)
|
||||||
|
|
||||||
Placeholder for LoopBack quick start - 0-60 5 min experience
|
**Step 2** Create a sample LoopBack application.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ slc lb api-example
|
||||||
|
```
|
||||||
|
**Step 3** Run the sample application.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ cd loopback-sample-app
|
||||||
|
$ slc run app
|
||||||
|
```
|
||||||
|
|
||||||
|
**Step 4** Click the button below to open the app in a browser.
|
||||||
|
|
||||||
|
<a href="http://localhost:3000" class="status btn btn-primary">View the Sample App</a>
|
||||||
|
|
||||||
|
**Step 5** Try out the various REST apis by clicking the button below.
|
||||||
|
|
||||||
|
<a href="http://localhost:3000/explorer" class="status btn btn-primary">Explore the REST APIs</a>
|
||||||
|
|
Loading…
Reference in New Issue