Permalink
Cannot retrieve contributors at this time
executable file
8 lines (6 sloc)
398 Bytes
|
#!/usr/bin/env bash |
|
|
|
# Script to use python to run a simple, basic webserver suitable for using to test Superconductor. |
|
# Superconductor needs to be loaded from a web server because it uses AJAX requests to fetch data. |
|
# Due to security restrictions in the browser, these requests are not allowed to target local files, |
|
# even if the requesting page is also local. |
|
|
|
python -m SimpleHTTPServer 8888 |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.