1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 13:11:17 +02:00

update example readme with dev server info (#1620)

* update example readme with dev server info

* Update Readme.md
This commit is contained in:
Andrei Railean
2018-02-09 12:17:25 +11:00
committed by Ian Storm Taylor
parent f7546d3c7c
commit a17ea2cc21

View File

@@ -30,7 +30,11 @@ yarn bootstrap
Then start the watcher and examples server: 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
```