Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

jekyll fixes #6

Merged
merged 1 commit into from
Oct 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ Example for [loopback-component-storage](https://github.com/strongloop/loopback-
This repository contains two directories: `example-2.0` for the LoopBack 2.x app, and `example`, for the legacy LoopBack 1.x app. Use `example-2.0` unless you are working with a legacy LoopBack 1.x app.

Follow these steps to run the example:

```
$ git clone https://github.com/strongloop/loopback-example-storage.git
$ cd loopback-example-storage/example-2.0
$ npm install
$ node .
```

Then load http://localhost:3000 in your browser.
Then load <http://localhost:3000> in your browser.

See the documentation for the LoopBack [storage component](https://docs.strongloop.com/display/LB/Storage+component).

Expand Down