Python version 2.x:
python -m SimpleHTTPServer
Python version 3.x:
python -m http.server
Then open a browser and access it via:
http://192.168.1.2:8000 or http://127.0.0.1:8000
RunRsClickerChrome.bat to run with Windows/Chrome
Python version 2.x:
python -m SimpleHTTPServer
Python version 3.x:
python -m http.server
Then open a browser and access it via:
http://192.168.1.2:8000 or http://127.0.0.1:8000
RunRsClickerChrome.bat to run with Windows/Chrome