Clone this repo and cd to it
Run python -m SimpleHTTPServer 8080
Point your browser at http://0.0.0.0:8080
If you make any changes, clear your browser cache before reloading the page.
Follows the Google JS Style Guide
Notably:
- 2-space soft tabs
- Max line length 80 characters
- Follows the 1TBS