PoonLab/MiCall-Lite

Launching JSON editor

Closed this issue · 2 comments

If you are working on the edit-json branch (git fetch; git checkout edit-json):

cd html
python3 -m http.server

Open web browser and navigate to URL localhost:8000. Select editor.html. Open console to inspect object.
TODO: find some way to simplify this for the end user!

Also need to find some way to do this so Python serves only to localhost and not the remote network.

python3 -m http.server --bind localhost does the job. I believe this requires Python 3.5+