I started to build an app using the webapp generator which has been great thanks to the ease of use of grunt coupled with the live reloading of the server. However, I'm at the point that I need to start building a server-side piece that will have requests made against it from the aforementioned client-side app.
At this point I have a basic server.js starting point using Express. Is it possible to gain the live reloading of my static code, SASS recompilation, and have the server-side code be served up through my Express server all on the same host and port?