This project can be used to setup a basic webpack project for practicing/testing purposes.
##Pre-requisites
node npm
If not installed, you need to install node and npm.
sudo brew install node (optional)
sudo npm install npm -g (optional)
npm init
npm view webpack versions
npm view webpack versions --json
npm -g i -D webpack@2.2.0
npm run dev - For compiling the assets (Developer mode) npm run prod - For compiling the assets (Production mode - minified)