The extension can be installed using this link: install
To install all the required packages use the following command:
npm install
To start webpack in development environment run the following command:
webpack
To minify css and javascript files run the following command:
webpack -p