A-frame laboratory with live reloading via Python 3 local server.
pip install livereload
in a Python 3 environment.- Clone this repo:
git clone https://github.com/simonkeng/framer.git
- In Python 3 env, run
python server.py
- Open a browser and go to
http://localhost:9876
- Hack away in
index.html
and watch your A-frame code update effortlessly upon each⌘ + S
or:w
orctrl + S
.