All Projects → Zaid-Ajaj → SAFE-TodoList

Zaid-Ajaj / SAFE-TodoList

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

Programming Languages

F#
602 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Batchfile
5799 projects

SAFE-TodoList Build Status

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

Requirements

  • Dotnet 2.0+
  • Mono
  • 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

./build.sh RunDevMode # linux
build RunDevMode # windows

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

for production: build and bundle client and then run the server:

./build.sh RunProdMode # linux
build RunProdMode # windows

Then navigate to http://localhost:8085/index.html where Suave will serve the bundled app

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].