8

GitHub - alephjs/aleph.js: The Full-stack Framework in Deno.

 2 years ago
source link: https://github.com/alephjs/aleph.js
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

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

warning WE ARE CURRENTLY REWRITING THIS FRAMEWORK, MANY THINGS ARE STILL SUBJECT TO CHANGE AT ANY TIME.

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/[email protected]/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

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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK