Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 225 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 225 Bytes

ReactCharts App

Example app showing you how to use react-chartjs-2 in a project

Install Dependencies

npm install 

Run Dev Server

npm start

Build To Dist Folder

npm run build