fsharp-svelte Svelte Themes

Fsharp Svelte

F# Svelte Project Template

F# Svelte Starter Project

This project is a starter template to build Single Page Applications using F# (Giraffe) and Svelte. It is bundled together with a Fake script

Tools

Running

  1. Clone the Repository
  2. Run dotnet fsi build.fsx -t run
  3. Navigate to http://localhost:3000

Building

Bundle

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

Docker

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

Top categories

Loading Svelte Themes