How to run the examples?
You can run the examples directly from the git repository of the book.
git clone https://github.com/szabgab/axum.code-maven.com.git
cd axum.code-maven.com
cd src/examples/NAME
For example, in order to run the hello-world example you need to execute:
$ cd src/examples/hello-world
$ cargo run
Then you can visit the web site using this address: http://localhost:3000/.