Skip to content

fga-funcional/Todo

Repository files navigation

Elm Todo app

Try it

https://fga-funcional.github.io/Todo/

Home

alt text

TODO

alt text

Integrantes

Nome Matrícula GitHub
Nicácio Arruda Bezerra Neto 13/0015857 Nicacioneto

Build Instructions

Run the following commands to compiling Elm

cd frontend

elm make src/Main.elm --output ../elm.js

Open index.html file in your browser

Run the following commands to execute the Haskell API

cd backend

stack build

stack exec -- tasks-api