- Python on system path (or a way to set up localhost)
- Knowledge of how to use system path variable
- Basic CLI knowledge
- Get ngrok
- Add ngrok to your system path (or bin folder on *NIX)
- Navigate to directory
python -m SimpleHTTPServer(or just get something running on localhost, such aspython manage.py runserver)- New tab/window of CLI in same directory
ngrok http localhost:8000(or whatever your port # is)
- Point a domain to your ngrok site
- Get a paid plan for custom ngrok subdomains