mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-08 22:20:41 +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:
committed by
Ian Storm Taylor
parent
579e12e2cb
commit
da1210da0f
@@ -38,7 +38,7 @@ And then run the examples server:
|
|||||||
npm start
|
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:
|
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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user