SCSS Project for School 1. Install SASS with npm npm install -g sass 2. Compile the scss to css : sass --watch ./scss/main.scss ./css/style.css Your ready to start with Live Server !