Back to Encore

Local Development Dashboard

docs/go/observability/dev-dash.md

1.56.91.3 KB
Original Source

Encore provides an efficient local development workflow that automatically provisions local infrastructure and supports automated testing with dedicated test infrastructure.

The local environment also comes with a built-in Local Development Dashboard to simplify development and improve productivity. It has several features to help you design, develop, and debug your application:

All these features update in real-time as you make changes to your application.

To access the dashboard, start your Encore application with encore run and it will open automatically. You can also follow the link in your terminal:

bash
$ encore run
API Base URL:      http://localhost:4000
Dev Dashboard URL: http://localhost:9400/hello-world-cgu2
<video autoPlay playsInline loop controls muted className="w-full h-full"> <source src="/assets/docs/localdashvideo.mp4" className="w-full h-full" type="video/mp4" /> </video>