/fable-sandbox

Primary LanguageF#The UnlicenseUnlicense

Attention

This is a work in progress so it may not work yet as is on your machine.

fable-suave-scaffold

This project can be used to scaffold a Suave-based webserver with F# SPA frontend that uses fable-elmish and fable-react. This includes a build process that:

  • compiles both server and client and runs both
  • and sets up watch to recompile and reload both

In order to kickoff the process run

> build.cmd run // on windows
$ ./build.sh run // on unix

Requirements

  • .NET/Mono
  • node/npm

Maintainer(s)