Skip to content

Fully plumbed seed project using webpack and angular 1.6

License

Notifications You must be signed in to change notification settings

arranbartish/angular1.6-seed

Repository files navigation

Build Status

Hello world

A seeded, fully plumbed hello world application using webpack inspired by https://github.com/Workfront/webpack-time-logger by Jeremy Lund [email protected].

Quick Start

  • Checkout this repository
  • run npm install
  • rim npm run start

Contains

  • Webpack bundle
    • prod build based on environment property
    • dev build with Hot Module Replacement
    • sass loading with scss syntax
    • sass linting
    • javascript linting
    • karma unit using jasmine
    • coverage (not working)
    • travis ci integration