A seeded, fully plumbed hello world application using webpack inspired by https://github.com/Workfront/webpack-time-logger by Jeremy Lund jeremylund@workfront.com.
- Checkout this repository
- run
npm install
- rim
npm run start
- 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