From 99f682de578fa79e39efa6376be04fbf545ae507 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 22 Nov 2020 20:39:05 -0800 Subject: [PATCH] added a line about how the test server makes things available on hyour local network to test on mobile devices etc using your IP --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 2a289d4..8823f15 100644 --- a/readme.md +++ b/readme.md @@ -216,6 +216,8 @@ This is needed because we use relative paths in our ES6+ modules to allow the sa `npm start` actually starts a [node-http-server](https://github.com/RIAEvangelist/node-http-server). So if you just want quick links to the example and test web pages, there is a page in the root of this module with links. You can access it by going to the [local homepage](http://localhost:8000) : http://localhost:8000 +Provided your router and firewall are not blocking your IP/ports, you can also go to `http://[your-ip-here]:8000/` on any device including your mobile device provided it is on the same network. + ## Chrome Screenshot The address url in the screenshot is outdated, see above for the actual address.