University of Pittsburgh - CS 1530 - Taught by Nadine von Frankenberg
The HTML file is run using Live Server through VSCode in order to show the CSS and JS elements. To Run it through VS Code:
- "cd Software-Engineering"
- "cd Final\ Project/"
- Open vs code in the current directory
- Install the "Liver Server" extension, by Ritwick Dey
- Open the "index.html" file
- Right Click
- Select "Open With Live Server"
To Run it through terminal:
- "cd Software-Engineering"
- "cd Final\ Project/"
- python3 -m http.server 8000
- In your web browser visit the link provided in terminal, which is provided below
- http://[::]:8000/
- Refresh the page
- Note: If you do not have python3 use whatever version you have installed