Skip to content

simonkeng/framer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A-frame Lab

A-frame laboratory with live reloading via Python 3 local server.

Install

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