Merge pull request #8547 from pgiraud/serve-examples

Fix port number in developing doc
This commit is contained in:
Pierre GIRAUD
2018-08-27 09:32:44 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ To run the examples you first need to start the dev server:
$ npm run serve-examples
Then, load <http://localhost:5000/> in your browser.
Then, load <http://localhost:8080/> in your browser.
## Running tests