The main objective of this project is to study WebSocket, Alpeh.js and Deno.
this project requires:
- Deno - Modern JS/TS runtime
- denon - Deno file watcher
- aleph.js - React framework for Deno
To start the dev server, just run the below commands, each line in one separated terminal.
# term 1
denon start
# term 2
aleph dev
You can build the app as an static website with aleph build
.