Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 514 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 514 Bytes

MARTSIA WebUI

A React app to lunch a web interface to interact with MARTSIA API. This project is an extension of the following github repositories:

How Lunch the application

docker build . -t martsia-webui
docker run --rm -i -p 80:3000 martsia-webui

or

sh lunch_webview.sh

The server will be reachable via browser at the address http://localhost:80