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 Webpack template

This repository showcases how to integrate the charts components using webpack.

Project setup

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

Install dependencies

npm

npm install

yarn

yarn install

Start the development server

npm

npm run start

yarn

yarn start

Generate the production-ready compiled code

npm

npm run build

yarn

yarn build