dev-server | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / dev-server

dev-server

maintained by ag-grid

star 15.1k account_tree 2k verified_user MIT License
bolt View GitHub

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

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

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 15.1k
GitHub Forks 2k
Created Mar 2026
Last Updated 3 months ago
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.