Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 463 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 463 Bytes

scotty-todo-sample

Sample Todo App Using Scotty and ReactJS

#How to run it I recommend using a sandbox so that the dependencies do not mess up your environment.

cabal update
cabal sandbox init
cabal install
.cabal-sandbox/bin/scotty-todo

If the install fails with a "Backjump limit reached" error, use

cabal install --max-backjumps=9999

Access http://localhost:3000 to get to the index page