Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kafkaesc/chart-js-explore
Exploring and building charts 📊
https://github.com/kafkaesc/chart-js-explore
chartjs charts javascript react tailwind
Last synced: about 2 months ago
JSON representation
Exploring and building charts 📊
- Host: GitHub
- URL: https://github.com/kafkaesc/chart-js-explore
- Owner: kafkaesc
- Created: 2023-08-17T15:47:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T19:25:42.000Z (about 1 year ago)
- Last Synced: 2023-11-13T20:27:37.307Z (about 1 year ago)
- Topics: chartjs, charts, javascript, react, tailwind
- Language: JavaScript
- Homepage:
- Size: 683 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chart.js Explore
Built by Jared Hettinger
A simple project for exploring [Chart.js](https://www.chartjs.org) and building
some chart components of my own. This project is meant moreso more for exploring
libraries and implementations of data than any sort of concept to launch.## Initial Run
1. Navigate to the project folder in the terminal
1. Run `npm install`
1. Run the Tailwind watcher `npx tailwindcss -i ./src/input.css -o ./src/output.css --watch`
1. Run the app `npm start`## Run After Install
1. Navigate to the project folder in the terminal
1. Run the Tailwind watcher `npx tailwindcss -i ./src/input.css -o ./src/output.css --watch`
1. Run the app `npm start`