Update README.md

This commit is contained in:
Mark Macneil 2019-08-23 22:47:33 -03:00 committed by GitHub
parent 9d96d515da
commit bebc987073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`. 2. Install required dependencies from your terminal by running `npm install` from the project folder root containing `package.json`.
<pre> <pre>
<code>src\>npm install</code></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>