This is a sample webpack seed for angular applications.
- Livereload
- ES6 Modules
- Webpack settings for loading HTML templates, LESS stylesheets and images
- Sample proxy settings for configuring Backend/RESTful services
git clone https://github.com/my-js-ventures/angular-webpack-seed.git
cd angular-webpack-seed
npm install
npm start