mirror of https://github.com/dapr/docs.git
26 lines
1.0 KiB
Markdown
26 lines
1.0 KiB
Markdown
---
|
|
type: docs
|
|
title: "Getting started with Dapr"
|
|
linkTitle: "Getting started"
|
|
weight: 20
|
|
description: "How to get up and running with Dapr in minutes"
|
|
no_list: 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]({{<ref concepts>}}).
|
|
{{% /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:
|
|
1. Install the Dapr CLI
|
|
1. Initialize Dapr
|
|
1. Use the Dapr API
|
|
1. Configure a component
|
|
1. Explore Dapr quickstarts
|
|
|
|
{{< button text="First step: Install the Dapr CLI >>" page="install-dapr-cli" >}}
|