Thank you for your feedback. Just wanted to understand which tutorial for the SPA you were referring to.
The section for building a SPA in the
Complete Walkthrough tutorial just builds on top of the previously created ASP.NET Web Applications and WPF projects, to demonstrate how to reuse the backend services exposed through REST, and to add an HTML5 client. The only caveat is that after creating and building the initial ASP.NET project, you need to restart Visual Studio before adding WPF or SPA projects to it, or they may not get configured properly.
The complete working code for that
example is published on GitHub.
If you start with the Xomega SPA Web Solution template instead, you'd get a solution that is pre-configured for the SPA, but you'd still need to repeat the same steps for modeling and the backend services, as those described in the tutorial for the ASP.NET Web Apps.
The menu for the SPA should be generated automatically under in the Views\MainMenu.ts file of the SPA project by default, which is configured in the SPA Views generator. Do you see anything generated in there?
Finally, if you were referring to the Video tutorial for building HTML5 SPA applications, then those were made for the previous versions of the product, and are not reflective of the current version. We are planning to update the video tutorials for the new version and remove the old ones to avoid any confusion.