Supports hot rebuilds and browser refresh in response to file modifications.
Download and unzip template.
Hit
npm install
to install all required dependencies.
Modify Definition.xml.
Change EXTENSION_NAME parameter in src\config.js. EXTENSION_NAME should match with the folder name.
Set appropriate document url in the webpack.config.js for BrowserSyncPlugin.
npm run dev # for development
# or
npm run build # for production
MIT