This repository was archived by the owner on Jul 6, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork166
The Full-stack Framework in Deno.
License
NotificationsYou must be signed in to change notification settings
alephjs/aleph.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
⚠️ This project is no longer maintained, we recommend usingfresh that is maintained by deno team.
Some demo apps deployed toDeno Deploy with the new architecture:
- React App:https://aleph-hello.deno.dev/
- REST API:https://aleph-api.deno.dev/
- React 18 Suspense SSR:https://aleph-suspense-ssr.deno.dev/
- UnoCSS(tailwind):https://aleph-unocss.deno.dev/
- Monaco Editor:https://aleph-monaco-editor.deno.dev/
- Yew SSR:https://aleph-yew.deno.dev/
- Github OAuth Middleware:https://aleph-github-oauth.deno.dev/
Source code:https://github.com/alephjs/aleph.js/tree/main/examples
- Deno Deploy:https://dash.deno.com
- Meet Me:https://meet-me.deno.dev (source)
Initialize a new project, you can pick a start template with--template
flag, available templates:[react, react-mdx, api, yew]
deno run -A -r https://alephjs.org/init.tsh
afterinit
, you can run the app with deno tasks:
# go to the app root created by the `init`cd APPDIR# run the app in devlopment modedeno task dev# run the app in production modedeno task start
The new docs site is working in progress:https://aleph.deno.dev(PR). You can join the Aleph.jsDiscord to get helps.
About
The Full-stack Framework in Deno.
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.