Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 398 Bytes

File metadata and controls

executable file
·
12 lines (8 loc) · 398 Bytes

ConTroll Admin UI

Based on the Polymer Starter Kit. If you don't understand something - check their tutorials.

To begin, fire up a local server from inside the app directory. Please make sure to serve up the contents of the directory rather than root as routing will otherwise fail to correctly function.

Firing up a server using Python

(cd app; python -m SimpleHTTPServer 8081)