git clone git@github.com:EloB/ssr.git
# This might be fixed if my PR is merged.
# https://github.com/webpack/webpack-dev-server/pull/1441/files
cd ssr/node_modules/webpack-dev-server
npm install
npm run prepublish
cd ../../
npm run dev
npm run build
npm start