gsomix / fulma-todomvc

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

Home Page:https://gsomix.github.io/fulma-todomvc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://gsomix.github.io/fulma-todomvc/

License:MIT License


Languages

Language:F# 77.1%Language:JavaScript 17.3%Language:HTML 2.5%Language:Shell 1.5%Language:CSS 1.4%Language:Batchfile 0.2%