Skip to content

lucch/haskell-scotty-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mavins Lee: Deadly Simple Haskell Scotty Tutorial

This is the source code for a tutorial I wrote on my blog (in PT-BR).

Building and running

Make sure you have Stack installed and run:

$ git clone https://github.com/alexandrelucchesi/haskell-scotty-tutorial.git
$ cd haskell-scotty-tutorial
$ stack build
$ stack exec -- mavins-lee

Optionally, instead of running build and exec, you can load the application into GHCi with stack ghci and call main from there. This is particurlaly useful during development.

Releases

No releases published

Packages

No packages published