docs/getting-started
Young Bu Park 1a5de8e723
Rename setup-dapr to environment-setup (#108)
* rename setup-dapr to environment-setup

* add link
2019-10-10 19:23:54 -07:00
..
cluster Add guide to access service of loadbalancer without external IP in Minikube (#107) 2019-10-09 16:32:27 -07:00
environment-setup.md Rename setup-dapr to environment-setup (#108) 2019-10-10 19:23:54 -07:00
readme.md Rename setup-dapr to environment-setup (#108) 2019-10-10 19:23:54 -07:00

readme.md

Getting Started

Dapr is a portable, event-driven runtime that makes it easy for enterprise developers to build resilient, microservice stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks.

To build and run your Dapr applications, you will need to setup your environment and install Dapr:

  1. Setup local development
  2. Setup Kubernetes environment

Once Dapr is installed, you can try out Hello-World sample first and then explore the other Dapr samples to evaluate the Dapr concepts, such as service invocation, state management, pubsub, bindings, etc.