/ngHmr

Sample Angular2 app to demonstrate using Webpack 2 HMR with Angular2+Redux+Immutable

Primary LanguageJavaScript

NgHmr

This project demonstrates using Webpack's Hot Module Replacement feature with an Angular2 app, along with Redux and Immutable JS, to ease development.

Setup

Run npm install or, if you use Yarn, just run yarn.

Running