This Rust program showcases a basic web application created with the Yew framework. It includes a button that increments a counter when clicked.
To run this program locally, you'll need Rust and Cargo installed. If you haven't already, you can download Rust and Cargo from here.
Once Rust is installed, follow these steps:
-
Clone this repository to your local machine:
git clone <repository-url>