Just clone this on webserver and run
npm installWhen it done use this for developer mode
npm run devfor production
npm run buildfor dev-server and hot reloading (on http://127.0.0.1:4200)
npm run startfor webpack-analyze (default on http://127.0.0.1:8888)
npm run statsOhter setting in package.json and webpack settings in webpack.config.js
That's all. Happy hacking. 💟
