Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tf63/chartjs-exp
https://github.com/tf63/chartjs-exp
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tf63/chartjs-exp
- Owner: tf63
- Created: 2024-04-13T12:06:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T23:37:15.000Z (7 months ago)
- Last Synced: 2024-04-16T00:58:23.884Z (7 months ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### chartjs exp tutorial
code from https://react-chartjs-2.netlify.app/examples```
# プロジェクトの作成
npx create-next-app --ts frontend
# パッケージのインストール
npm install
# 新規インストール
npm install
# 開発サーバーの立ち上げ
npm run dev
```