From bc1f32ace5cd3d708e56e454a84d69dd3ba10c18 Mon Sep 17 00:00:00 2001 From: liuliu <44393673+liuliuOD@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:39:11 +0800 Subject: [PATCH] feat: add README.md into basics/hello-world (#612) --- basics/hello-world/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 basics/hello-world/README.md diff --git a/basics/hello-world/README.md b/basics/hello-world/README.md new file mode 100644 index 0000000..adaf885 --- /dev/null +++ b/basics/hello-world/README.md @@ -0,0 +1,16 @@ +# hello-world + +## Usage + +### server + +```sh +cd basics/hello-world +cargo run +# starting HTTP server at http://localhost:8080 +``` + +### web client + +- [http://localhost:8080](http://localhost:8080) +- [http://localhost:8080/index.html](http://localhost:8080/index.html)