-
Start a local webserver in the root directory (Using command prompt / terminal)
-
Eg. using Python2:
cd [filepath]/fall2023 python -m SimpleHTTPServer
-
Eg. using Python3:
cd [filepath]/fall2023 python -m http.server
- If on a mac:
cd [filepath]/fall2023 python3 -m http.server
- If on a mac:
-
Navigate to http://localhost:8000/
-
-
OR if using VSCode, download the extension called "Live Preview" by Microsoft
-
Notifications
You must be signed in to change notification settings - Fork 0
HackNC/fall2024
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published