Skip to main content





Aleph.js

The React Framework in Deno, inspired by next.js and snowpack.

Features

  • Zero Config
  • Typescript in Deno
  • ES Module Ready
  • HMR with Fast Refresh
  • File-system Routing
  • Markdown Page
  • Built-in CSS(Less) Support
  • SSR/SSG

Usage

# install aleph.js command
deno install --allow-read --allow-write --allow-net -f -n aleph https://deno.land/x/aleph/cli.ts

# initiate a new app
$ aleph init hello
$ cd hello

# start app in development mode
$ aleph

# start app in production mode
$ aleph start

# build app
$ aleph build

# help message
$ aleph -h

Documentation

Please visit https://alephjs.org/docs to view the documentation.

Contributing

Please read the contributing.md.