/fulma-todomvc

The TodoMVC app written in F#, using Fable, Elmish and Fulma.

Primary LanguageF#MIT LicenseMIT

Functional TodoMVC - Try It!

The TodoMVC app written in F#, using Fable, Elmish and Fulma.

How to use ?

In development mode

If you are using Windows replace ./fake.sh by fake.cmd

  1. Run: ./fake.sh build -t Watch
  2. Go to http://localhost:8080/

On Unix you may need to run chmod a+x fake.sh

In development mode, we activate:

Build for production

If you are using Windows replace ./fake.sh by fake.cmd

  1. Run: ./fake.sh build
  2. All the files needed for deployment are under the output folder.