Awesome
<h1 align="center">Yesod-minimal example in Eta</h1> <p align="center"> <img src="./resources/eta-yesod-minimal.png" width="80%" /> </p>Running the server
- Fire up the terminal and enter the commands:
$ git clone https://github.com/Jyothsnasrinivas/eta-yesod-minimal.git
$ cd eta-yesod-minimal
$ etlas run
-
Open the url
http://localhost:3000
in your favourite browser. -
Press on either HTML or JSON links to see the magic!
Credits
This example is inspired from yesod-minimal template)