Use a bridge server to allow access to a server on your home network.
Simple script to build and start Python server:
cd ~/Documents/bookingflow
grunt
cd ~/Documents/bookingflow/build
python -m SimpleHTTPServer

Technical notes, and other ideas.
Use a bridge server to allow access to a server on your home network.
Simple script to build and start Python server:
cd ~/Documents/bookingflow
grunt
cd ~/Documents/bookingflow/build
python -m SimpleHTTPServer