Features:
Run sample TODO app
Clone & run the following
git clone https://github.com/dagger/dagger
cd dagger
git checkout v0.2.4
cd pkg/universe.dagger.io/examples/todoapp
dagger do build
You should see the output similar to below
[✔] actions.deps 62.1s
[✔] actions.build.run.script 0.4s
[✔] actions.test.script 0.5s
[✔] client.filesystem."./".read 0.6s
[✔] actions.test 2.0s
[✔] actions.build.run 12.4s
[✔] actions.build.contents 0.1s
[✔] client.filesystem."./_build".write 0.2s
Run the following command to see your application up & running
start _build/index.html
Update the application and see changes
Last modified 06 December 2025