Webpack setup for front-end development of simple website. From ES6 and SCSS to ES5 and CSS.
# clone the repo
$ git clone https://github.com/vlada-j/Webpack-Site-Setup.git
# go into repo directory
$ cd Webpack-Site-Setup
# install repo dependencies
$ npm install
# build js and css
npm run build
# watch files (js and scss) for changes then build
npm run watch