Showing how to do live update developing in the install script.

This commit is contained in:
Dessalines 2019-04-18 09:23:19 -07:00
parent 235f305019
commit b10912c434

View file

@ -3,3 +3,7 @@ yarn
yarn build
cd ../server
cargo run
# For live coding, where both the front and back end, automagically reload on any save, do:
# cd ui && yarn start
# cd server && cargo watch -x run