AlephJS
The radical new Front-End Framework with React in Deno, inspired by next.js and snowpack.
Features
- Zero Config
- Typescript in Deno
- ES Module Ready
- HMR with Fast Refresh
- File-system Routing
- 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
# 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.