Skip to content

karun012/scotty-todo-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample Todo App Using Scotty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published