This is a demo application powered by Aleph.js in Deno using Yew SSR.
- 🚀 Both the client-side rendering (CSR) and server-side rendering (SSR) use WebAssembly, delivering great performance on modern browsers and serverless platforms at the edge.
- 🦀 To use this application, you will need rust version 1.56+ and wasm-pack.
- 🦕 This application can be deployed with Deno Deploy at https://aleph-yew.deno.dev/
# Run the example app in development mode
deno run -A examples/yew-app/dev.ts
# Run the example app in production mode
deno run -A examples/yew-app/server.ts
deno run -A -r https://alephjs.org/init.ts --template=yew