ReactJS based web UI for Coindashboard SIP project.
Install Node.js from official website(click), choose version 16.16.0LTS, install using defaults.
Verify using command:
> node -v
v16.16.0> git clone https://github.com/CuttingEdgeCommunity/coindashboard-frontend> cd coindashboard-frontend
> npm install
> npm run start