This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Description
Thank you for the template, it is very helpful.
There is just one thing I can't figure out yet, how can I simply add the 'hot-reloading' to the project?
I ejected it, added the react-hot-loader package with yarn and modified the loaders:
{
test: /\.(ts|tsx)$/,
loaders: ['react-hot', 'ts'],
include: paths.appSrc
},
But it seems still to reload the whole page if I change a component.
Any help would be appreciated.