Description
I just started to move to typescript, and found this boilerplate to be very nice and similar to what I've been using previously with flow previously
During the process of set it up, I also find some features can be further added, e.g. Server-side Hot Reload, and SSR, would be happy to make contribution here, but would be great to have some initial direction.
Currently, it seems I'm not able to use ES6 module import on the server side yet. While tslint-loader is set up on the client side webpack config, the server file is also hooked on it in some way. Would be great to have an idea of how this part is structured.
Furthermore, the client side code seems to be built twice when start the server in development, once by the build
command, and another time by the 'webpack-dev-middleware'.