Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 577 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 577 Bytes

boilerplate

This is a simple boilerplate that showcases redux-fragments style architecture.

How to Run

  • npm install
  • npm start
  • localhost:4002

How to Run Sample Tests

  • npm run test (after npm install)

Unique Features

  • redux-fragments
  • DLLPlugin
  • karma testing (with fragment test samples)
  • webpack 2

TODOs

  • remove unused libs
  • prod build
  • karma coverage
  • vendor build throws fs error, but still works
  • remove DS store
  • fix blog's direct urls
  • links go to exact line
  • fix connect on sampleContainer (it should be sample.root)