/webdev-boilerplate

boilerplate with webpack

Primary LanguageJavaScript

Boilerplate with Webpack as bundler

Set Up

Create a project directory and download Webpack 3:

npm install -g webpack@3.11.0--save-dev  

Initialize a node project with:

npm init

This should give you a package.json. Since webdev-boilderplate has a package.json already, just run:

npm install to install all dependencies  

Resources:

https://auth0.com/blog/webpack-a-gentle-introduction/