Exercise is a demo app uses Chartjs Multiline Chart Visualization with React and realtime data from Graphql Server. Here is a deployed link liveonnow.
clone the client repository git clone https://github.com/janakhpon/exercise.git
Get into client directory root folder cd exercise
Install Dependencies using npm
npm install
npm i -d
npm run start
npm run dev
Install Dependencies using yarn
yarn install
yarn add dependencies_name
yarn start
yarn dev