A minimalistic example of how to create a bundle of your server side code with Webpack 3, and use it in a Universal React application.
Latest updated 2017-09-20
$ npm install
$ npm run build
$ cd dist
$ node server.bundle.js
Go to http://localhost:3000 in your browser