From a17ea2cc212f91d24eddc53e0b5b3a30f3974422 Mon Sep 17 00:00:00 2001 From: Andrei Railean Date: Fri, 9 Feb 2018 12:17:25 +1100 Subject: [PATCH] update example readme with dev server info (#1620) * update example readme with dev server info * Update Readme.md --- examples/Readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/Readme.md b/examples/Readme.md index 6b2bee823..4ade6a87e 100644 --- a/examples/Readme.md +++ b/examples/Readme.md @@ -30,7 +30,11 @@ yarn bootstrap Then start the watcher and examples server: ``` -yarn watch +yarn start ``` -Now you can open up `http://localhost:8080/dev.html` in your browser and you'll see the examples site. Any changes you make to the source code will be immediately reflected when you refresh the page. +Now you can open up `http://localhost:8080/dev.html` in your browser and you'll see the examples site. Any changes you make to the source code will be immediately reflected when you refresh the page. You can open the examples URL quickly with: + +``` +yarn open +```