This is a work in progress.
- Install Node.js for your platform
npm install -g node-sass- installs globally
npm install node-sass --save-dev- installs locally- Start the Sass watcher:
node-sass --watch style.scss style.css
If installed locallynpx node-sass --w style.scss style.css - Open the
index.htmlfile
You can now make modifications to the style.scss file and it will be automatically recompiled. Refresh your browser window to see changes.
If on vscode, install the Live Server extension and click Go Live on index.html