Setting up local environment
Previewing from a python server, be sure to have at least 3.6.5 installed from the "Windows x86-64 executable installer" version.
Test for python with python -V Run python -m http.server 8080 to preview work on http://localhost:8080/
Testing some changes