Angular Webpack Seed

This is a sample webpack seed for angular applications.

Features:

  • Livereload
  • ES6 Modules
  • Webpack settings for loading HTML templates, LESS stylesheets and images
  • Sample proxy settings for configuring Backend/RESTful services

Usage

git clone https://github.com/my-js-ventures/angular-webpack-seed.git
cd angular-webpack-seed
npm install
npm start