Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 349 Bytes

Webpack Starter Pack

This is a very basic webpack setup with just ES6 support and everything else is left upto your creativity

How to use this?

  1. Clone the repository
git clone https://github.com/ameerthehacker/webpack-starter-pack
  1. Install the dependenices
npm install
  1. Run the application
npm start