Hey all, does anyone have a link to a tutorial or even just some boilerplate code for setting up a webapp built with webpack that allows hot reloading both the client and server?I want a way to, in development, serve some pages that query my backend such that when I make changes to either the static html + js + css or the backend APIs that provide the front with data, the necessary things recompile and the page refreshes.I've searched around and found minimal tutorials and the ones that I have found are either years old or not quite what I'm looking for (like taking on Next.js).Any links to minimal working examples would be awesome. Thanks.
Submitted October 07, 2019 at 05:58PM by capertiller
No comments:
Post a Comment