- Visual Studio Code (VSC)
- VSC Extension: Live Server
- Open Visual Studio Code
- Enter Source Control
ctrl+shift+g
- Click "Clone Repository"
- Click "Clone from github" in the Top bar
- Search for the repository that has been assigned to you.
This Project is intended as a Template for Trainees to practice HTML, CSS and JS.
This is an Alternative to opening the HTML Files with your Browser or on the Development Server and uses the Live Server
Extension.
Right-Click on the HTML File that you want to view and choose the Option Open with Live Server
.
This opens your HTML File in your preset Browser and starts a Server, that shows you your changes once you save your file.