Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Charts components React using Vite template

This repository showcases how to integrate the charts components with React.

Get started

The project was created using yarn create vite with the React template.

Commands

Instructions for setup after you save this directory to your machine.

Install dependencies

npm

npm install

yarn

yarn install

Dev

Start local server

npm

npm run dev

yarn

yarn dev

Build

Build the project to the specified output folder (/dist)

npm

npm run build

yarn

yarn build

Preview

Start local server to serve the specified output folder. You must run build before preview

npm

npm run preview

yarn

yarn preview