AFrame Webpage Editing - ku-fpg/blackboard GitHub Wiki
dmarcos [11:34 AM] @andygill: if you use the aframe boilerplate https://github.com/aframevr/aframe-boilerplate when you do nmp start a local server is spawned that reloads the browser when files change. I think that's the workflow you describr
GitHub
- aframevr/aframe-boilerplate - A-Frame Starter Kit: Create your first "Hello World" WebVR scene
bryik [11:36 AM] I use the boilerplate linked above. For really small scenes or tests I use codepen.
anj [11:58 AM] @andygill * https://github.com/aframevr/aframe-editor
I suggest using live-server for fast testing, works really well for web development
anj [11:38] https://www.npmjs.com/package/live-server
simple development http server with live reload capability