Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```