Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 775 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 775 Bytes

Eta To-Do

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.

  1. Fire up the terminal and enter the commands:
$ git clone https://github.com/Jyothsnasrinivas/eta-todo.git
$ cd eta-spock-example
$ etlas run
  1. Open the url http://localhost:8080 in your favourite browser.

  2. To play around with it, add a note in the form.