/poa-monitor-ui

User interface for the poa-network-monitor. Moved to https://github.com/poanetwork/poa-network-monitor

Primary LanguageJavaScript

poa-monitor-ui

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.

Installation

1.Deploy poa-network-monitor
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.

Run

npm start