12 lines
323 B
Markdown
12 lines
323 B
Markdown
|
|

|
||
|
|
|
||
|
|
This sample demonstrates a simple hello world.
|
||
|
|
|
||
|
|
```bash
|
||
|
|
crafter-build build executable
|
||
|
|
run.sh
|
||
|
|
```
|
||
|
|
|
||
|
|
and go to `http://localhost:8080/`
|
||
|
|
|
||
|
|
if caddy is not installed you can use your favorite static file server instead
|