A very simple skeleton for Yesod apps using bootstrap.
.
├── ...
├── hamlet # Hamlet files
│ ├── hello.hamlet # Hello world in hamlet
├── static # Bootstrap files
│ ├── bootstrap
│ ├── jquery
├── LICENSE
├── README.md
├── app.hs # Main application
└── ...
runhaskell app.hs and visit http://localhost:3000/