real-world-fable
real-world-fable copied to clipboard
A Single Page Application written in F# using Fable and Elmish.
Fable, Elmish and F# codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
Demo RealWorld
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.
How it works
Describe the general architecture of your app here
Getting started
Pre-requisites
You're going to need a few things installed:
Development Build
npm start
And open a browser tab on http://localhost:8080
Production Build
npm run build
Running the tests
npm test
Or, to run the tests in watch mode npm run test:watch