1.1 KiB
type | title | linkTitle | weight | description | no_list |
---|---|---|---|---|---|
docs | Getting started with Dapr | Getting started | 20 | How to get up and running with Dapr in minutes | true |
Welcome to the Dapr getting started guide!
{{% alert title="Dapr Concepts" color="primary" %}} If you are looking for an introductory overview of Dapr and learn more about basic Dapr terminology, it is recommended to visit the [concepts section]({{}}). {{% /alert %}}
This guide will walk you through a series of steps to install, initialize and start using Dapr. The recommended way to get started with Dapr is to setup a local development environment (also referred to as [self-hosted mode]({{< ref self-hosted >}})) which includes the Dapr CLI, Dapr sidecar binaries, and some default components that can help you start using Dapr quickly.
The following steps in this guide are:
- Install the Dapr CLI
- Initialize Dapr
- Use the Dapr API
- Configure a component
- Explore Dapr quickstarts
{{< button text="First step: Install the Dapr CLI >>" page="install-dapr-cli" >}}