User interface for the poa-network-monitor.
Calls web service of the poa-network-monitor with parameters from the search form and displays received result.
Domain name of the web server is taken them the .env file.
2.Clone Github repository:
git clone https://github.com/Natalya11444/poa-monitor-ui.git
3.Install dependencies
cd poa-monitor-ui
npm install
4.Rename .env-sample
file to the .env
.
Specify domain name of the deployed poa-network-monitor int the .env file. Port number can be changed there too.
npm start