Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 609 Bytes

Exercise

Exercise is a demo app uses Chartjs Multiline Chart Visualization with React and realtime data from Graphql Server. Here is a deployed link liveonnow.

Usage

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