Creating server entry file
So now we need to work on our server-side rendering Webpack flow.
So we need our server entry and we're going to need our to set up the Webpack component
of that and our bundle renderer.
Alright, so what we'll start with is, let's go to our server file right here, and what
we want to do is down at the bottom here, see how we've got this Webpack Dev middleware,
and you can see that that's right there.
I've also got another module here that I've
Click to load comments...