AlephJS
A radical new Front-End Framework in deno, inspired by next.js and snowpack.
🚧 This project is work in progress.
Features
- Zero Config
- Typescript in Deno
- ES Module Ready
- HMR with Fast Refresh
- File-system Page/API Routing
- Built-in Less(CSS) Support
- SSR/SSG
Usage
# install aleph.js command
deno install --allow-read --allow-write --allow-net -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.