awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Development Build Servers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesDevelopment Build Servers

Local servers providing fast incremental builds and hot module replacement.

Distinguishing note: Focuses on the development-time server experience, distinct from production build tools.

Explore 2 awesome GitHub repositories matching development tools & productivity · Development Build Servers. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Development Build Servers

Awesome Development Build Servers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • parcel-bundler/parcel

    parcel-bundler/parcel

    44,041View on GitHub↗

    Parcel is a web application bundler designed to automate the packaging of project assets for production. It functions as a zero-configuration tool that detects dependencies and transforms source files into optimized output without requiring manual setup files. The project includes a built-in development server that supports incremental builds and hot module replacement to reflect code changes during the development cycle. The core of the system is a dependency graph resolver that maps relationships between modules to determine the structure of output bundles. This is supported by a modular as

    Provides fast incremental builds and hot module replacement for instant feedback during development.

    JavaScriptassetsbuild-toolcommonjs
    44,041View on GitHub↗
  • evanw/esbuild

    evanw/esbuild

    39,787View on GitHub↗

    esbuild is a high-performance JavaScript bundler and transpiler designed to transform modern web assets into production-ready code. Built with a focus on speed, it utilizes a concurrent execution model to perform parsing, linking, and code generation across multiple CPU cores. The engine handles a wide range of tasks, including TypeScript compilation, JSX transformation, and CSS bundling, while maintaining a consistent build process across diverse environments. What distinguishes the project is its architecture, which leverages memory-mapped file processing and a single-pass transformation st

    A local environment that monitors file changes and automatically updates build artifacts to provide a fast feedback loop during development.

    Gobundlercommonjscompiler
    39,787View on GitHub↗