From da1210da0fe195934108cff7d4980437c422c394 Mon Sep 17 00:00:00 2001 From: Alex Zajac Date: Sat, 20 May 2017 13:58:10 -0400 Subject: [PATCH] Local examples url update (#822) * Update url when testing locally When attempting to mess around locally I could never get anything to update. Sure enough I was looking in the wrong place and had missed the `/dev.html` on the end of my url. Here's to hoping no one else struggles with this again. * Update Readme.md --- examples/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Readme.md b/examples/Readme.md index f52a70ada..b750250f5 100644 --- a/examples/Readme.md +++ b/examples/Readme.md @@ -38,7 +38,7 @@ And then run the examples server: npm start ``` -Now you can open up `http://localhost:8080` in your browser and you'll see the examples site. +Now you can open up `http://localhost:8080/dev.html` in your browser and you'll see the examples site. If you want to edit the source while running the examples and have those changes immediately reflected, you can use the `watch` command instead, which will watch the source files for changes while running the server: