This is now one of my testing repositories for Perla the .NET dev server for frontend development :)
This codebase was created to demonstrate a fully fledged fullstack application built with Fable, Elmish and F# including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the Fable, Elmish and F# community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
Describe the general architecture of your app here
You're going to need a few things installed:
dotnet tool restore
- `dotnet perla serve
And open a browser tab on http://localhost:7331
dotnet perla build
Pending...