mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
feat: add README.md into basics/hello-world (#612)
This commit is contained in:
parent
acbed8e670
commit
bc1f32ace5
16
basics/hello-world/README.md
Normal file
16
basics/hello-world/README.md
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user