From 3de2b2586c86bcb3bd78e56cd6a13763336677ec Mon Sep 17 00:00:00 2001 From: Maggie Shemayev Date: Sun, 6 Jan 2019 17:37:29 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2917652..baf7119 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,11 @@ If you get sick of having to recompile manually, you can run `tsc --watch` in on You shouldn't need to touch the server code unless you _want_ to. -* _No_ live-reloading (that's in another repo, which I will link once up). This means you have to refresh the webpage to see any changes you've made. +* _No_ live-reloading (that's in another repo, linked below). This means you have to refresh the webpage to see any changes you've made. * Once your server is running, you shouldn't need to start or stop it, unless something goes wrong _or_ you change part of the server code (`server/index.js`) itself. +(If you want to try or look at the hot-reloading version, that is now available [here](https://github.com/aleph-naught2tog/reloading_ts_without_dependencies). Fair warning, hot reloading adds a couple moving parts, making it more complex) + ## About the server This is _not_ a robust server. It won't do anything fancy: no live-reloading; no fancy or complex requests; if a file isn't found, it'll serve a boring plain-text error and a status code of 500; etc., etc.