Skip to content

alephjs/aleph.js

main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
Jul 3, 2022
Jul 3, 2022
WIP
Feb 9, 2022
WIP
Feb 9, 2022
Jun 29, 2022
Jun 29, 2022

Aleph.js: The Full-stack Framework in Deno.

Chat Twitter

⚠️ Not yet 1.0. Many things are subject to change. Documentation is lacking in many places. Try it out and give us feedback!

Some demo apps deployed to Deno Deploy with the new architecture:

Source code: https://github.com/alephjs/aleph.js/tree/main/examples

Real-world Apps

Get started

Initialize a new project, you can pick a start template with --template flag, available templates: [react, vue, api, yew]

deno run -A https://deno.land/x/aleph@1.0.0-alpha.78/cli.ts init --template react

after init, you can run the app with deno tasks:

# go to the app root created by the `init`
cd APPDIR

# run the app in devlopment mode
deno task dev

# run the app in production mode
deno task start

# build the app for severless deployment
deno task build

Documentation

The new docs site is working in progress: https://aleph.deno.dev (PR). You can join the Aleph.js Discord to get helps.