Skip to content

Instantly share code, notes, and snippets.

@1Marc
Last active March 10, 2024 18:39
Show Gist options
  • Save 1Marc/ccc99b341da3362a97dd9b3d06b67902 to your computer and use it in GitHub Desktop.
Save 1Marc/ccc99b341da3362a97dd9b3d06b67902 to your computer and use it in GitHub Desktop.

I’m looking forward to the Sass Fundamentals workshop! A few notes to ensure you’re set up in advance are below.

See you soon!

Mike

Node.js

You’ll need a relatively recent version (v4.5 or newer, v7 ideally) of node.js installed. On OS X, a great way of doing this without disturbing your existing dev environment is to install NVM. Installation instructions are here.

You’ll know everything is set up properly when you can run

nvm --version # might look like "0.31.4"
node --version # might look like "v7.7.3"

Visual Studio Code

Particularly if you’ve never tried it before, you should install Microsoft Visual Studio Code. Some fantastic extensions that I use regularly include

Check out and setup the project for this workshop

git clone git@github.com:mike-north/sass-workshop.git
cd sass-workshop
npm install

then attempt to start the app up

./run -e nesting

should see a banner indicating that you’ve started an exercise

@dtauer
Copy link

dtauer commented Feb 27, 2024

The server used in the course files is compiling the SASS files on the fly with a middleware https://github.com/mike-works/sass-fundamentals/blob/master/src/server.js

@ericamendez
Copy link

I'm getting this error when trying to run any of the excercises
Screenshot 2024-03-10 at 2 39 04 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment