Awesome
<h1 align="center">Eta To-Do</h1> <p align="center"> <img src="./resources/eta-todo.png" width="80%" /> </p>Running the web application
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.