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

https://github.com/areknawo/creating-a-custom-theme-for-ag-grid


https://github.com/areknawo/creating-a-custom-theme-for-ag-grid

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Creating a Custom Theme for AG Grid

- [Sass Docs](https://sass-lang.com/documentation)
- [AG Grid React Docs](https://www.ag-grid.com/react-data-grid/)

## Requirements

- Node.js v12.2.0 or later
- NPM v7 or later
- NPM modules installed:

```sh
npm install
```

## Development

From your terminal:

```sh
npm run dev
```

This starts your app in development mode, rebuilding assets on file changes.