You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may sound like a trivial question, but if you go over documentation, Templates, etc
there is no clear answer - how to create a new empty MVU project you can start working on?
If there is not a specific template for MVU applications, which of the existing 6 templates would be a good starting point?
The text was updated successfully, but these errors were encountered:
You are right, there is no empty MVU project template per se among the current WebSharper templates, the closest thing to go from would be the SPA template (aka "bundle" project). This template has a marked client-side entrypoint and an optional server-side. See the TodoMVC test project in this repo for an actual example.
It may sound like a trivial question, but if you go over documentation, Templates, etc
there is no clear answer - how to create a new empty MVU project you can start working on?
If there is not a specific template for MVU applications, which of the existing 6 templates would be a good starting point?
The text was updated successfully, but these errors were encountered: