Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spl/yesod-example-mini
A generated (mini) Yesod reference example
https://github.com/spl/yesod-example-mini
Last synced: 1 day ago
JSON representation
A generated (mini) Yesod reference example
- Host: GitHub
- URL: https://github.com/spl/yesod-example-mini
- Owner: spl
- Created: 2015-02-26T11:10:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T12:31:05.000Z (almost 10 years ago)
- Last Synced: 2024-05-09T14:55:18.254Z (8 months ago)
- Language: Haskell
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yesod Example (mini)
This is a small example app generated by `yesod init` (`yesod-bin-1.4.3.10`)
with the `mini` option (for no database).This repository is only for reference. I'm just keeping the code around so I
don't have to create it again.## Install dependencies
```
$ cabal sandbox init
$ cabal --require-sandbox install -j --only-dependencies --max-backjumps=-1 --reorder-goals
```## Build and run
```
$ cabal run
```