Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 402 Bytes

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