A simple guide for fellow students from the Intro Computing Course.
Setting Up Local Enviroment
Choosing your local enviroment including IDE (code editor) and your file structure.
1. Download VS Code and install it. Go here, this is your code editor or IDE as
it's simple to start with and robust enough to use
professionally.
2. Create folder structure.
Either via folder explorer or VS Code, create a new folder called Roppers - Build A
Website and three files: index.htmlstyles.cssscripts.js
3. Open code inside VS Code.
Right click a blank space inside the new folder and select the Open With Code option.