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
- Host: GitHub
- URL: https://github.com/areknawo/creating-a-custom-theme-for-ag-grid
- Owner: areknawo
- Created: 2022-05-16T16:44:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T16:49:49.000Z (about 3 years ago)
- Last Synced: 2025-02-01T08:13:44.974Z (4 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.