All JavaScript dependencies are currently pulled from CDNs in the index.html
file, so all you have to do is:
- Serve the application using any means (double click the HTML file, use a VS Code browser extension like "Live Server", etc)
- Ensure all steps above are complete
- Edit the
index.html
,script.js
, andstyle.css
files - Run the application using any means (e.g. double click the HTML file, use a VS Code extension like "Live Server", etc)