Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 582 Bytes

File metadata and controls

26 lines (13 loc) · 582 Bytes

Electrical Monitoring Dashboard using React.js + Firebase

About this project

Dashboard for showing data from Firebase using React.js + Highcharts which deployed in Github Pages

Usage

  1. Install yarn
npm -g install yarn
  1. Install all dependencies
yarn install
  1. Copy .env.example and rename it from .env.example to .env then fill the key with your credentials

  2. Run the application using:

yarn start
  1. (Optional) Deploy on Github Pages
yarn deploy