Get Started!

Welcome to use Aleph.js!

If you are new to Aleph.js you should check out the About page.

Usage

Create a new app:

deno run -A -r https://alephjs.org/init.ts
cd my-app

Start the app in development mode:

deno task dev

Start the app in production mode:

deno task start

Optimize the application (bundling, ssg, etc.):

deno task opt