Super simple SPA sample
This is going to be a really super simple sample showing you how to set up a single page application (SPA) using PathJs, KnockoutJs and HeadJs. The code for this can be found in this Gist on GitHub. Lets start with the HTML document index.html: <html lang="en"> <me…
