From bbb5a77978c4809c27877b60deaf94bbf71596f8 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Mon, 24 Jul 2023 10:35:32 +0300 Subject: [PATCH] Update '4.restapi client.md' --- 4.restapi client.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 +```