Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maggie Shemayev authored Jan 6, 2019
1 parent fc58c65 commit 3de2b25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3de2b25

Please sign in to comment.