Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 255 Bytes

Running

The easiest way to run this demo is to use a Python or nodejs one-line server:

$ python -m SimpleHTTPServer -p 8080

or, with nodejs

npm install -g http-server; http-server

Then just open up a browser and go to http://localhost:8080