This repository was archived by the owner on Jan 11, 2019. It is now read-only.
- Use Webpack to build the server code, allowing webpack loaders like
url-loaderandcss-loaderon the server. - Use Webpack HMR to instantly update server code, instead of restarting the Koa server with piping. Webpack HMR is fast!
- Still keeping the pleasant
npm run watchcommand: the only one needed for server AND client development. - Moved all Webpack config files to
configs/. - Added a
file-loaderexample that deals with the favicon. - Upgraded to React Router 2.0.0.
- Updated other dependencies.