Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 619 Bytes

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
  1. Open the url http://localhost:3000 in your favourite browser.

  2. Press on either HTML or JSON links to see the magic!

Credits

This example is inspired from yesod-minimal template)