git clone https://github.com/muni2explore/webpack-starter-kit.git
Next navigate to the cloned folder and run npm install
npm install
It will install necessary node modules.
Next run following command to start development server so as to start the development.
npm start
For generating build run the following command
npm run build