dotnet-websharper / mvu

Model-View-Update architecture for WebSharper client-side applications.
https://dotnet-websharper.github.io/mvu/
Apache License 2.0
25 stars 3 forks source link

How to create new Websharper.MVU project? #7

Open DejanMilicic opened 4 years ago

DejanMilicic commented 4 years ago

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?

granicz commented 4 years ago

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.