Quickstart
Set up the example application
The example application used in this tutorial is a simple React application.
Let's begin by cloning the application repository into your local development environment:
git clone https://github.com/dagger/hello-dagger.git
Within the application directory, create a ci
sub-directory. This sub-directory will hold the code that you will write in subsequent steps.
cd hello-dagger && mkdir ci