My Talk Materials for the Enjoy Typesafe Web Development with Eta Talk at Conf42 Java 2021
You can get the presentation recording here in my Loom.
-
Make sure you have Docker installed.
-
Turn on the docker-compose
$ docker-compose up -d
-
Login to the eta container
$ docker-compose exec eta bash $ cd app
-
Run the app
$ etlas run
-
Open the app in your local http://localhost:9000