Skip to content

Commit

Permalink
fix README layout
Browse files Browse the repository at this point in the history
  • Loading branch information
reneolivo authored Aug 23, 2016
1 parent 65128dd commit 6626c63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ A simple appointment app using [LoopBack](http://loopback.io) and [Aurelia](http
---

## Running for development:
On the root folder run `npm start`. The following endpoints will be available to you:
On the root folder run `npm start`. The following urls will be available to you:

[http://localhost:9000](http://localhost:9000) : The root of the app (with browser-sync).
[http://localhost:3000/api](http://localhost:3000/api) : The API root URL.
[http://localhost:3000/explorer](http://localhost:3000/explorer) : The API explorer.
[http://localhost:3001](http://localhost:3001) : Browser-Sync configuration.
[http://localhost:3000](http://localhost:3000) : The root of the app (no browser-sync).
* [http://localhost:9000](http://localhost:9000) : The root of the app (with browser-sync).
* [http://localhost:3000/api](http://localhost:3000/api) : The API root URL.
* [http://localhost:3000/explorer](http://localhost:3000/explorer) : The API explorer.
* [http://localhost:3001](http://localhost:3001) : Browser-Sync configuration.
* [http://localhost:3000](http://localhost:3000) : The root of the app (no browser-sync).

---

Expand Down

0 comments on commit 6626c63

Please sign in to comment.