https://github.com/ryuapp/table-master
https://github.com/ryuapp/table-master
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryuapp/table-master
- Owner: ryuapp
- License: mit
- Created: 2024-12-27T14:25:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T06:43:08.000Z (over 1 year ago)
- Last Synced: 2025-03-06T10:42:26.702Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://table-master.pages.dev
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# table-master
This project is an example of csv file operation using [AG Grid](https://www.ag-grid.com/).
## How to run
```bash
npm i
npm run dev
```
## Lint & Format
Run the following command to lint and format the codes:
```bash
npm run fix
```