diff --git a/4.restapi client.md b/4.restapi client.md index 2244417..fa6a4ec 100644 --- a/4.restapi client.md +++ b/4.restapi client.md @@ -11,3 +11,23 @@ cd hurl cargo install hurl 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 +```