This repository showcases how to integrate the charts components with React.
The project was created using yarn create vite with the React template.
Instructions for setup after you save this directory to your machine.
npm install
yarn install
Start local server
npm run dev
yarn dev
Build the project to the specified output folder (/dist)
npm run build
yarn build
Start local server to serve the specified output folder. You must run build before preview
npm run preview
yarn preview