Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jyothsnasrinivas/eta-yesod-minimal
Yesod example in Eta
https://github.com/Jyothsnasrinivas/eta-yesod-minimal
Last synced: 2 months ago
JSON representation
Yesod example in Eta
- Host: GitHub
- URL: https://github.com/Jyothsnasrinivas/eta-yesod-minimal
- Owner: Jyothsnasrinivas
- Created: 2018-08-16T10:57:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T15:59:17.000Z (over 6 years ago)
- Last Synced: 2024-08-02T19:39:13.304Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 48.8 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-eta - eta-yesod-minimal - Example of a Yesod web application in Eta. (Sample Applications / Web)
README
Yesod-minimal example in Eta
## Running the server
1) Fire up the terminal and enter the commands:
```
$ git clone https://github.com/Jyothsnasrinivas/eta-yesod-minimal.git
$ cd eta-yesod-minimal
$ etlas run
```2) Open the url `http://localhost:3000` in your favourite browser.
3) Press on either HTML or JSON links to see the magic!
**Credits**
This example is inspired from [yesod-minimal template](https://github.com/commercialhaskell/stack-templates/blob/master/yesod-minimal.hsfiles))