A simple CRUD web application written in F#. Usage:
- Elmish for Elm-style SPA.
- Fable for compiling F# code to JS.
- Bulma as the CSS framework.
- Giraffe as the web server.
- EFCore.FSharp as the ORM.
- SQLite as the storage.
You'll need to install the following pre-requisites in order to build applications
Start the server:
cd src\Server\
dotnet watch run
Start the client:
npm install
npm start
Open a browser to http://localhost:8080
to view the site.