1.4 KiB
1.4 KiB
###Quick Start
Step 1
Install the StrongLoop Suite
Step 2
Setup the StrongLoop Suite Sample App.
$ slc example
The command above takes care of cloning the sample app into a new directory
named sls-sample-app
and installing all of its dependencies.
Step 3
Run the sample application.
$ cd sls-sample-app
$ slc run app
Step 4
Open the app in a browser.
The sample app should now be running at http://localhost:3000. The homepage of the sample app lists several sample requests you can make against the LoopBack REST API.
View the Sample AppStep 5
Explore the REST API
To browse all the sample app's REST APIs, open the API explorer
Next Steps
Check out the rest of the StrongLoop Suite.
- To see how to consume the API from mobile clients, check out the Getting Started guide.
- To see the out-of-the-box scaling capability of the Suite, check out the StrongNode Quick Start Guide.
- To see the provided CPU profiling and path trace features, check out the StrongOps Quick Start Guide.