- Install the dependencies. From the root of the project run the following command:
npm install
- Start the Sass watcher. This will listen for changes in the
.scss
files (both in the before and after folders), and compile the CSS on save.
npm start
- Open the
./before/index.html
file in a modern browser.
Follow setup instruction found in the first section of chapter 13.