To test locally, run a Python web server from this directory:
# Python <= 2.7 python -m SimpleHTTPServer # Python >= 3.0 python -m http.server
Now visit http://localhost:8000/ in your browser.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To test locally, run a Python web server from this directory:
# Python <= 2.7 python -m SimpleHTTPServer # Python >= 3.0 python -m http.server
Now visit http://localhost:8000/ in your browser.