###Quick Start
**Step 1** Install the [StrongLoop Suite](#NEED_LINK)
**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.
View the Sample App
**Step 5** Try out the various REST apis by clicking the button below.
Explore the REST APIs
---