Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 695 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 695 Bytes

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 jeremylund@workfront.com.

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