6 lines
205 B
Markdown
6 lines
205 B
Markdown
|
|
Use this command to run a simple little server for the HTML:
|
||
|
|
|
||
|
|
python3 -m http.server 8000
|
||
|
|
|
||
|
|
The directory the command above is run in is the root directory. Then
|
||
|
|
http://127.0.0.1:8000/[FILE NAME]
|