An open API service indexing awesome lists of open source software.

https://github.com/ryuapp/table-master


https://github.com/ryuapp/table-master

Last synced: 6 months ago
JSON representation

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
```