Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install tomevault-io-gemini-extensions-ag-grid-ag-grid-dev-server-skillsgit clone https://github.com/tomevault-io/gemini-extensions.gitcp gemini-extensions/SKILL.MD ~/.claude/skills/tomevault-io-gemini-extensions-ag-grid-ag-grid-dev-server-skills/SKILL.md--- targets: ['*'] name: dev-server description: 'Development server setup and build watch monitoring. Use when starting dev work, checking build status, or troubleshooting the dev server.' --- # Development Server Guide This guide covers setting up and using the development server for AG Grid. ## Starting the Dev Server ```bash yarn nx dev ``` This starts the development server with hot-reload support for: - Documentation site - Grid source code changes - Example updates ## Build Watch Status Monitor build health via the status file: ``` node_modules/.cache/ag-watch-status.json ``` This file contains: - Current build state (building/ready/error) - Package build status - Error details if any ## Common Tasks ### Viewing Documentation Locally After starting `yarn nx dev`, visit: - `https://localhost:4610` - Documentation site ### Testing Example Changes 1. Modify example files in `_examples/` directories 2. The dev server will hot-reload changes 3. Use the framework switcher to test across React/Angular/Vue ### Debugging Build Issues If the dev server shows errors: 1. Check `ag-watch-status.json` for specific error messages 2. Run `yarn nx build <package>` to see detailed build output 3. Fix TypeScript/lint errors before continuing ## Performance Tips - Keep the dev server running while developing - Use `--skip-nx-cache` if you suspect caching issues - Run `yarn nx clean` if builds behave unexpectedly after branch switches --- > Converted and distributed by [TomeVault](https://tomevault.io) | [Claim this content](https://tomevault.io/claim/ag-grid/ag-grid)