Skip to content

vschep/EmbeddedSystemUi

Repository files navigation

Sample project for a blog article about an Embedded System UI

Originally written for the F# Advent Calendar 2023.

The blog article can be found at medium.com.

The project is based on the awesome FableStarter template.

Install pre-requisites

You'll need to install the following pre-requisites in order to use the Fable Starter template:

Running the project

Run the following commands from the root of the project directory:

  1. cd <your project name>

  2. dotnet tool restore

  3. dotnet paket install

  4. yarn install

  5. dotnet build shared/src/Shared.fsproj

  6. dotnet build api/src/Api./fsproj

  7. dotnet run --project api/src/Api.fsproj

  8. yarn dev:fable

  9. Open a brower to http://localhost:5173

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published