Development server setup and build watch monitoring. Use when starting dev work, checking build status, or troubleshooting the dev server.
This guide covers setting up and using the development server for AG Grid.
yarn nx dev
This starts the development server with hot-reload support for:
Monitor build health via the status file:
node_modules/.cache/ag-watch-status.json
This file contains:
After starting yarn nx dev, visit:
https://localhost:4610 - Documentation site_examples/ directoriesIf the dev server shows errors:
ag-watch-status.json for specific error messagesyarn nx build <package> to see detailed build output--skip-nx-cache if you suspect caching issuesyarn nx clean if builds behave unexpectedly after branch switches