You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yuan Li edited this page Aug 13, 2019
·
1 revision
Set up local test server
Cd to your project directory, and set up the server by using the following command:
python3 -m http.server
then you can go to http://0.0.0.0:8000/ to check out. Benefit of setting up local server can work over the conflict when you need to use local .csv files.