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:
npm start
And open a browser tab on http://localhost:8080
npm run build
npm test
Or, to run the tests in watch mode npm run test:watch