readme : add instruction for hot reaload mode
This commit is contained in:
parent
a675550a72
commit
1fbc674cf1
|
@ -12,6 +12,13 @@ make serve RELEASE=1 # can also do DEBUG=1 instead
|
||||||
|
|
||||||
Now open `http://127.0.0.1:8080` in your browser.
|
Now open `http://127.0.0.1:8080` in your browser.
|
||||||
|
|
||||||
|
# Elm application hot reloading
|
||||||
|
|
||||||
|
Hot reloading for Elm application is exposed at port `8000` under `DEBUG=1` mode.
|
||||||
|
|
||||||
|
`make serve DEBUG=1`
|
||||||
|
visit `localhost:8000`
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
- [ ] Address compiler warnings.
|
- [ ] Address compiler warnings.
|
Loading…
Reference in a new issue