Creating common entry file
In this video we're going to work on our server entry file.
What we're also going to do is, well what we're first going to do is take some of the
common logic out of our client entry file, we actually call that web.entry.js in this
project, and we're going to move it into a common file that both will share and we're
going to call that one entry.js instead of app.js.
I just prefer that naming scheme.
Okay, so coming over to our code, first thing
Click to load comments...