A simple to-do web application in Eta using Spock web framework and Lucid DSL inspired by Your first web application with Spock. Follow the below steps to play with the application.
- Fire up the terminal and enter the commands:
$ git clone https://github.com/Jyothsnasrinivas/eta-todo.git
$ cd eta-spock-example
$ etlas run
-
Open the url
http://localhost:8080
in your favourite browser. -
To play around with it, add a note in the form.