Skip to content

[WIP] Working sample of a Suave + Fable + Elmish project with hot reloading

License

Notifications You must be signed in to change notification settings

DmitryBatalov/fable-suave-scaffold

 
 

Repository files navigation

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)

About

[WIP] Working sample of a Suave + Fable + Elmish project with hot reloading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 86.9%
  • CSS 5.1%
  • JavaScript 4.3%
  • Shell 1.6%
  • HTML 1.6%
  • Batchfile 0.5%