This is a very basic webpack setup with just ES6 support and everything else is left upto your creativity
- Clone the repository
git clone https://github.com/ameerthehacker/webpack-starter-pack
- Install the dependenices
npm install
- Run the application
npm start