Merge pull request #10 from strongloop/quickstart

Add quickstart
This commit is contained in:
Al Tsang 2013-08-23 11:04:58 -07:00
commit 8269f8fa38
1 changed files with 20 additions and 1 deletions

View File

@ -1,4 +1,23 @@
##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>