In order to effectively run the project follow the steps listed below:
-Start an http server for this project's directory. -You can accomplish this by opening a command line window, navigating to this lab's directory. -From there you will start the http server by executing: python -m SimpleHTTPServer 8080 (for Python 2) (or) python -m http.server 8080 (for Python 3)
- You will then see a list of files that constitute our project.
- From those, click on storytelling.html, and you can view our project.