https://github.com/janakhpon/exercise
Exercise is a demo app uses Chartjs Multiline Chart Visualization with React and realtime data from Graphql Server
https://github.com/janakhpon/exercise
graphql material-ui react-chartjs-2 react-graphql react-select-multi scss
Last synced: 13 days ago
JSON representation
Exercise is a demo app uses Chartjs Multiline Chart Visualization with React and realtime data from Graphql Server
- Host: GitHub
- URL: https://github.com/janakhpon/exercise
- Owner: janakhpon
- License: mit
- Created: 2020-03-04T10:54:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T09:42:05.000Z (about 6 years ago)
- Last Synced: 2025-06-12T08:11:51.265Z (11 months ago)
- Topics: graphql, material-ui, react-chartjs-2, react-graphql, react-select-multi, scss
- Language: JavaScript
- Homepage: https://exercise-three.now.sh/
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://exercise-three.now.sh/).
### 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](https://www.npmjs.com/)
npm install
npm i -d
npm run start
npm run dev
Install Dependencies using [yarn](https://yarnpkg.com/en/)
yarn install
yarn add dependencies_name
yarn start
yarn dev