Install Stack
brew update brew install haskell-stack
Init Yesod project
stack new {project-name} yesod-sqlite && cd {project-name}
Install Yesod command line tool
stack install yesod-bin --install-ghc
Build
stack build
Launch devel server
stack exec -- yesod devel