Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 357 Bytes

Server-side Rendering Example

This example demonstrates server-side rendering.

How to run this example

  1. build hydration bundle

trunk build examples/simple_ssr/index.html

  1. Run the server

cargo run --features=ssr --bin simple_ssr_server -- --dir examples/simple_ssr/dist

  1. Open Browser

Navigate to http://localhost:8080/ to view results.