Skip to main content
Module

x/aleph/examples/yew-app/README.md

The Full-stack Framework in Deno.
Very Popular
Latest
File

Yew App

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/

Running the Example Locally

# 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

Using as a Template

deno run -A -r https://alephjs.org/init.ts --template=yew