Skip to content

alvinbengeorge/notes-app-encore

Repository files navigation

Encore.ts Introduction

Follow the interactive lessons in the local development dashboard to help you get started with Encore.ts.

Prerequisites

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 app

Create a local app from this template:

encore app create --example=ts/introduction

Run app locally

Run this command from your application's root folder to start the introduction application:

encore run

Open the interactive Introduction

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published