main

Function main 

Source
pub(crate) fn main()
Expand description

Main entry point for the Yew frontend application.

Initializes the Yew framework and renders the root App component into the DOM. This function is typically called automatically by the WebAssembly runtime.