You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// set up scss
> npm init
> npm install node-sass --save
> ./node_modules/.bin/node-sass scss/main.scss --output dist/main.css
// set up an aliasforthis commandin package.json
// set up http-server
> npm install http-server
> ./node_modules/.bin/http-server -a localhost -p 8000 -c-1
----- or ------
> npm start // (modified aliasin package.json)
// project then running at localhost:8080/homepage.html