Configuring JavaScript Web Applications
I wrote the post below almost a year ago in October 2017, but it’s still the approach that I tend to use so I think it’s worth posting here. I’ve made some minor edits for clarity. When creating a web site with meaningful functionality (not just static pages) it’s currently very popular to use a Single Page Application (SPA) approach. These SPAs are mostly written in Javascript (or something that compiles to it).…