Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

AngelMunoz/real-world-fable

 
 

Repository files navigation

Build Status

RealWorld Example App

Fable, Elmish and F# codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

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.

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

  • dotnet tool restore
  • `dotnet perla serve

And open a browser tab on http://localhost:7331

Production Build

  • dotnet perla build

Running the tests

Pending...

About

A Single Page Application written in F# using Fable and Elmish.

Topics

Resources

Stars

Watchers

Forks

Languages

  • F# 98.3%
  • HTML 1.7%