ruukh 0.0.2

An experimental next-gen frontend framework for the Web in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
# Prerequisites

To run the examples in this folder, it is recommended to install 
[`cargo-ruukh`](https://github.com/csharad/cargo-ruukh).

# Run examples

```shell
$ cd example_folder
$ cargo ruukh run
```
Then open the browser with address: http://localhost:3000.