Setup for Sass Training
Required Software
- Operating system:
- PC: Windows 10 or later
- Mac: OS X Mountain Lion (version 10.8) or later
- Browser: The latest version of Chrome, Firefox, Edge, or Safari.
- Visual Studio Code (instructions below)
- Sass (instructions below)
Instructions
Creating the Webucator Folder
The first step to setting up for your course package is to create the folder in which you will store your class files: Create a new folder named Webucator wherever you want, but make sure you remember where it is.
Getting the Sass Class Files
- Download the Sass class files from the bottom of this page.
- Unzip the class files into the Webucator folder. This will create a folder called ClassFiles. Change the name of the folder to Sass. The structure should look like this:
Visual Studio Code
(You can use any editor that you like; however, if you don't have a preference, we recommend Visual Studio Code.)
Instructions assuming you use Visual Studio Code as your code editor.
- Download Visual Studio Code for your operating system.
- Install Visual Studio Code.
- Open Visual Studio Code.
- From the File menu, select Save Workspace As…
- Save the workspace as Webucator within the Webucator folder you created earlier:
- If Visual Studio Code's Explorer panel isn't open, open it by clicking the files icon on the upper left (circled below in orange). Then click the Add Folder button.
- Select the Sass folder and click Add:
- You will now see the Sass folder in Visual Studio Code's Explorer panel:
- Install the Open HTML in Default Browser extension to make it easy to open HTML files in your browser. Note that there are many extensions for accomplishing this same thing. We recommend starting with this one, but you are welcome to try other as well. You can search the Visual Studio Market Place and try any of the many free extensions there.
Install Sass
There are many ways to install Sass, but the easiest way is to use Node. If you do not have (or do not know if you have) Node installed, visit one of the following:
Once you have Node installed, install Sass:
- In Visual Studio Code, select New Terminal from the Terminal menu:
- In the terminal, run npm install -g sass
- You can then check what version of Sass you have by running sass --version
Congratulations! You are ready to start the course.
Courses and Class Files
This setup page is used for the following course:
Courses
- Sass Training.
- All students should download the following class files: