23 lines
382 B
Markdown
23 lines
382 B
Markdown
|
|
ag-Grid React Example
|
|
==============
|
|
|
|
Example of running ag-Grid inside React application.
|
|
|
|
See the [www.ag-grid.com](http://www.ag-grid.com).
|
|
|
|
|
|
Building
|
|
==============
|
|
|
|
To build:
|
|
- `npm install`
|
|
- `npm install webpack -g`
|
|
- `webpack`
|
|
|
|
Contributing
|
|
==============
|
|
|
|
If you notice anything wrong with this example or have ideas on how it can be improved,
|
|
please raise a Github task.
|