Update '4.restapi client.md'

This commit is contained in:
Ste Vaidis 2023-07-24 10:35:32 +03:00
parent 8ebdb248d3
commit bbb5a77978

View File

@ -11,3 +11,23 @@ cd hurl
cargo install hurl cargo install hurl
hurl -V hurl -V
``` ```
# Restfox
## Install
```sh
git clone https://github.com/flawiddsouza/Restfox
cd packages/ui
npm i
npm run build-web-standalone
cd ../web-standalone
npm i
npm start
```
## Auto start at boot
```sh
```