@@ -26,7 +26,13 @@ Open `index.html` in the browser, and you should find yourself faced with Conway
## Install loaders for Vue or React
Before we go any further, let's put webpack into development mode. In `webpack.config.js`, at the top of `module.exports`, set:
The repository contains all the code from the previous tutorial, but not a copy of `node_modules` which would be too large. Let's make NPM go and get all the modules we've already declared in `packages.json`:
```sh
npm install
```
And before we go any further, let's put webpack into development mode. In `webpack.config.js`, at the top of `module.exports`, set: