Follow the interactive lessons in the local development dashboard to help you get started with Encore.ts.
Install Encore:
- macOS:
brew install encoredev/tap/encore
- Linux:
curl -L https://encore.dev/install.sh | bash
- Windows:
iwr https://encore.dev/install.ps1 | iex
Create a local app from this template:
encore app create --example=ts/introduction
Run this command from your application's root folder to start the introduction application:
encore run
While encore run
is running, open http://localhost:9400/ to view Encore's local development dashboard.
In this special introduction app, the dashboard includes an Introduction section where you can complete lessons by writing code in your editor, and finish tasks that will help you master Encore.ts.