19 lines
268 B
Markdown
19 lines
268 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`
|
|
- `npm start`
|
|
- navigate to localhost:8080
|
|
|