Aleph.js
The React Framework in Deno, inspired by Next.js.
Website | Get Started | Docs | ESM | The Aleph (by Jorge Luis Borges)
Features
- Zero Config
- Typescript in Deno
- ES Module Ready
- Import Maps
- HMR with Fast Refresh
- File-system Routing
- Markdown Page
- Built-in CSS(Less) Support
- SSR/SSG
Installation
deno install -A -f -n aleph https://deno.land/x/aleph@v0.2.15/cli.ts
Usage
# create a new app
aleph init hello
cd hello
# start the app in `development` mode
aleph dev
# start the app in `production` mode
aleph start
# build the app to a static site (SSG)
aleph build
# more usages
aleph -h
Documentation
Please visit https://alephjs.org/docs to view the documentation.
Contributing
Please read the contributing.md.