Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/lemonstand
Simple Lemonade stand sample site for a Yesod blog post.
https://github.com/pbrisbin/lemonstand
Last synced: about 2 months ago
JSON representation
Simple Lemonade stand sample site for a Yesod blog post.
- Host: GitHub
- URL: https://github.com/pbrisbin/lemonstand
- Owner: pbrisbin
- License: other
- Created: 2012-11-06T14:14:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-06T14:17:54.000Z (about 12 years ago)
- Last Synced: 2024-10-09T09:44:08.408Z (3 months ago)
- Language: Haskell
- Homepage: http://pbrisbin.com/posts/developing_web_applications_with_yesod
- Size: 137 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lemonstand
This sample site is the product of [this][] walk-through blog post.
[this]: http://pbrisbin.com/posts/developing_web_applications_with_yesod
## Usage
~~~
$ cabal install
$ yesod devel
$ $BROWSER http://localhost:3000
~~~