Created using the template at https://github.com/mmacneil/devfolio
- Install required dependencies from your terminal by running
npm install
from the project folder root containingpackage.json
.
src\>npm install
- Use webpack to compile and bundle the css/js by running
npm run build
from the project folder root containingwebpack.config.js
. Webpack will also begin watching these files for changes and re-build as they're modified.
src\>npm run build
- Open
index.html
locally in your favorite browser.