Enable Hot Reload via live-server to watch all files and reload web site
Hot Reload speeds iteratin of development to observation of changes without developer having to refresh constantly...
To install, in this case, globally with -g switch
$npm install live-server -g
To enable live reload with your website running
In a shell, go to root project folder and run the following: $live-server
To enable live watch to automatically recompile any .scss files into @/css/style.css
In a shell, go to root project folder, and run the following: $npm run compile:sass