yarn install
yarn run start
https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass watch SCSS itself & 產生出 css 在當前資料夾
"scss": "node-sass --watch ./public/scss -o ./public/css"
but you have to put all the .scss
inside ./public/scss
.
https://webdesign.tutsplus.com/tutorials/watch-and-compile-sass-in-five-quick-steps--cms-28275