Functional TodoMVC - Try It!
The TodoMVC app written in F#, using Fable, Elmish and Fulma.
If you are using Windows replace ./fake.sh
by fake.cmd
- Run:
./fake.sh build -t Watch
- Go to http://localhost:8080/
On Unix you may need to run chmod a+x fake.sh
In development mode, we activate:
- Hot Module Replacement, modify your code and see the change on the fly
- Redux debugger, allow you to debug each message in your application using Redux dev tool
If you are using Windows replace ./fake.sh
by fake.cmd
- Run:
./fake.sh build
- All the files needed for deployment are under the
output
folder.