In terminal, navigate to the directory you want to run and type the following command:
python -m SimpleHTTPServer 8000
The 8000 is the port, it could be any open port like 3000, 4567, 8000
In terminal, navigate to the directory you want to run and type the following command:
python -m SimpleHTTPServer 8000
The 8000 is the port, it could be any open port like 3000, 4567, 8000