Skip to content

The simplest Todo app showcasing a client-server application written entirely in F#

Notifications You must be signed in to change notification settings

mrakgr/SAFE-TodoList

 
 

Repository files navigation

SAFE-TodoList Build Status

The simplest Todo app showcasing a client-server application written entirely in F# using:

Requirements

  • Dotnet 6.0
  • Node

Running the app

for developement mode: watching and recompiling both client and server when files change. On the client, hot-reloading is enabled by default

dotnet run

Then navigate to http://localhost:8080 where Vite dev server is hosting the app.

About

The simplest Todo app showcasing a client-server application written entirely in F#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 94.9%
  • JavaScript 3.5%
  • HTML 1.6%