Update README.md
This commit is contained in:
parent
9d96d515da
commit
bebc987073
@ -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`.
|
||||
<pre>
|
||||
<code>src\>npm install</code></pre>
|
||||
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.
|
||||
<pre>
|
||||
<code>src\>npm run build</code></pre>
|
||||
|
Loading…
Reference in New Issue
Block a user