From bebc9870734f535a0181ba00fcc2716c2df4ec79 Mon Sep 17 00:00:00 2001 From: Mark Macneil Date: Fri, 23 Aug 2019 22:47:33 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 97049b4..bb45b09 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,6 @@ View the [demo here](https://mmacneil.github.io/devfolio/). 2. Install required dependencies from your terminal by running `npm install` from the project folder root containing `package.json`.
  src\>npm install
+3. Use webpack to compile and bundle the css/js by running `npm run build` from the project folder root containing `webpack.config.js`. Webpack will also begin watching these files for changes and re-build as they're modified. +
+ src\>npm run build