Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Some useful tips to help you get started:
$> cd /path/to/your-project-folder
$> python -m SimpleHTTPServer 8080
```
Or, if you only have Python 3 installed:
```bash
$> cd /path/to/your-project-folder
$>python -m http.server 8080
```

1. Open a browser and visit localhost:8080
1. Download and install [ngrok](https://ngrok.com/) to make your local server accessible remotely.
Expand Down