1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

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
This commit is contained in:
Alex Zajac
2017-05-20 13:58:10 -04:00
committed by Ian Storm Taylor
parent 579e12e2cb
commit da1210da0f

View File

@@ -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: