This project is a starter template to build Single Page Applications using F# (Giraffe) and Svelte. It is bundled together with a Fake script
dotnet fsi build.fsx -t run
You can build and bundle the application with the following command
dotnet fsi build.fsx -t bundle
The you can copy the output bundle in ./.deploy
You can build a docker image using
docker build -t fsharp-svelte .
and then run it using
docker run -it -p 8080:8080 fsharp-svelte
Then visit http://localhost:8080