awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

48 dépôts

Awesome GitHub RepositoriesDevelopment Servers

Local servers providing live reloading and rapid iteration for web development.

Distinguishing note: Focuses on local development workflow rather than production hosting.

Explore 48 awesome GitHub repositories matching web development · Development Servers. Refine with filters or upvote what's useful.

Awesome Development Servers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • facebook/create-react-appAvatar de facebook

    facebook/create-react-app

    103,325Voir sur GitHub↗

    Create React App is a comprehensive suite of tools for project bootstrapping, local development serving, unit testing, and production asset optimization. It functions as a React project bootstrapper and frontend build toolchain that generates a pre-configured development environment and folder structure. The project provides a local development server with live reloading and real-time error reporting, alongside a built-in test runner for executing unit tests and generating code coverage reports. It also includes a progressive web app template to implement service workers and web app manifests

    Launches a local server providing live reloading, build error reporting, and lint warnings during development.

    JavaScript
    Voir sur GitHub↗103,325
  • facebookincubator/create-react-appAvatar de facebookincubator

    facebookincubator/create-react-app

    103,327Voir sur GitHub↗

    Create React App is a command-line tool that generates a pre-configured project structure and build pipeline for React web applications. It serves as a frontend project scaffold, providing a set of predefined directory structures and dependencies to start development without manual compiler or bundler setup. The tool manages a complete frontend build pipeline that compiles, minifies, and optimizes code into production-ready bundles with hashed filenames. It also includes a configuration tool for progressive web app standards, implementing web app manifests and service workers for offline func

    Provides a local execution environment with automatic browser reloading and real-time error reporting.

    JavaScript
    Voir sur GitHub↗103,327
  • react/create-react-appAvatar de react

    react/create-react-app

    103,327Voir sur GitHub↗

    This project is a command-line tool and build toolchain used to bootstrap React web applications. It serves as a project bootstrapper and single-page application scaffold, providing a pre-configured development environment, folder structure, and build pipeline. The toolchain integrates a frontend development server with live reloading and error overlays to accelerate the iterative coding process. It handles production asset bundling by minifying code and generating hashed assets for deployment, and it includes a configuration suite for generating the service workers and web manifests required

    Ships a local development server with live reloading and real-time build error reporting.

    JavaScriptbuild-toolsreactzero-configuration
    Voir sur GitHub↗103,327
  • fastapi/full-stack-fastapi-templateAvatar de fastapi

    fastapi/full-stack-fastapi-template

    43,815Voir sur GitHub↗

    This project is a full-stack web application scaffolder designed to initialize production-ready projects with pre-configured database, authentication, and deployment settings. It provides a standardized starting point for development by generating a complete application structure that includes integrated backend, frontend, and database components. The template distinguishes itself through a type-safe integration layer that automatically synchronizes backend API definitions with frontend client code, ensuring consistent data exchange. It also features a containerized development environment th

    Provides a local development server with live reloading for rapid frontend iteration.

    TypeScriptbackendchakra-uidocker
    Voir sur GitHub↗43,815
  • searxng/searxngAvatar de searxng

    searxng/searxng

    32,180Voir sur GitHub↗

    This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web, academic, and media sources into a single, unified interface. By acting as a proxy between the user and external search providers, it strips identifying headers and tracking parameters from requests, ensuring that search activity remains anonymous and protected from third-party profiling. The platform distinguishes itself through a modular, plugin-based architecture that allows for extensive customization of search behavior, result filtering, and interface branding. It supports a

    Provides a local development server with live reloading and debugging capabilities.

    Pythonbingbravedegoogle
    Voir sur GitHub↗32,180
  • viatsko/awesome-vscodeAvatar de viatsko

    viatsko/awesome-vscode

    28,754Voir sur GitHub↗

    This project is a curated directory of resources, extensions, and themes designed to extend the functionality of the Visual Studio Code editor. It serves as a comprehensive index for developers seeking to enhance their coding environment, offering a structured collection of community-driven tools that streamline development workflows and improve editor productivity. The directory distinguishes itself by organizing a vast ecosystem of plugins into logical categories, ranging from language-specific intelligence and version control integrations to advanced productivity utilities. It highlights t

    Start a local web server with live reloading to preview changes during development.

    JavaScriptawesomeawesome-listlist
    Voir sur GitHub↗28,754
  • fredkschott/snowpackAvatar de FredKSchott

    FredKSchott/snowpack

    19,329Voir sur GitHub↗

    Snowpack is an ESM-powered frontend build tool and development server that serves native ES modules directly to the browser. By eliminating the bundling process during development, it enables nearly instant server startup and unbundled frontend development. The project features a framework-aware hot module reload system that preserves component state during updates, with specific Fast Refresh integration for React, Preact, Svelte, and Vue. It also acts as a modern web transpiler, automatically converting TypeScript, JSX, and CSS Modules into browser-compatible code without requiring manual co

    Ships an unbundled development server that boots in milliseconds by serving native ES modules directly to the browser.

    JavaScript
    Voir sur GitHub↗19,329
  • snowpackjs/snowpackAvatar de snowpackjs

    snowpackjs/snowpack

    19,328Voir sur GitHub↗

    Snowpack is an ESM frontend build tool and unbundled development server. It functions as a JavaScript asset transformer that serves unbundled JavaScript and stylesheets directly to the browser using native ES modules. The tool utilizes a plugin-based build pipeline to allow for the integration of third-party plugins and custom processing steps. This architecture enables an ESM development workflow where source code is streamed to the browser without a full project bundling step. It covers frontend asset management and build automation, converting source code into browser-ready assets. This i

    Ships a development server that uses native ES modules to provide fast startup and immediate browser refreshes.

    JavaScript
    Voir sur GitHub↗19,328
  • google/web-starter-kitAvatar de google

    google/web-starter-kit

    18,296Voir sur GitHub↗

    This project is a web development boilerplate and starter kit providing a pre-configured foundation for creating high-performance, responsive websites. It functions as a development kit for building progressive web apps, incorporating a front-end build pipeline and responsive site templates. The kit distinguishes itself through a multi-device testing workflow that synchronizes clicks, scrolls, and form inputs across multiple browsers and devices in real-time. It also includes a dedicated setup for offline functionality using service workers and web manifests to enable native-like installation

    Provides a local development server with live reloading for rapid iteration of web pages.

    HTML
    Voir sur GitHub↗18,296
  • vuejs/vitepressAvatar de vuejs

    vuejs/vitepress

    17,872Voir sur GitHub↗

    VitePress is a static site generator designed for building documentation-focused websites. It functions as a framework that transforms markdown source files into pre-rendered HTML, utilizing file-based routing to map document paths directly to site URLs. By leveraging the Vue ecosystem, it enables the creation of content-heavy sites that combine static delivery with dynamic interactivity. The framework distinguishes itself by allowing developers to embed interactive components directly into markdown files, which are then transpiled into executable code modules. It optimizes the user experienc

    Provides a local development server that serves content and applies changes instantly during the authoring process.

    TypeScriptdocs-generatorhacktoberfestmarkdown
    Voir sur GitHub↗17,872
  • getzola/zolaAvatar de getzola

    getzola/zola

    17,196Voir sur GitHub↗

    Zola is a static site generator that compiles Markdown and templates into a standalone website. It is distributed as a single binary, removing the need for external runtimes or package managers to build the final site. The project includes a built-in Sass compiler to transform styles into compressed CSS and a dedicated Markdown rendering engine that supports task lists and footnotes. It also features a client-side search indexer, enabling full-text site search without a backend server, and a multilingual content manager for organizing translated content. Additional capabilities cover asset o

    Includes a lightweight local web server with a file watcher to preview site changes in real-time.

    Rustblog-enginecmscontent-management-system
    Voir sur GitHub↗17,196
  • vitejs/awesome-viteAvatar de vitejs

    vitejs/awesome-vite

    16,866Voir sur GitHub↗

    Awesome Vite is a curated collection of resources, plugins, and templates designed for the Vite build tool ecosystem. It serves as a central directory for developers looking to extend the capabilities of this high-performance frontend build pipeline and module bundler. The project highlights the core strengths of Vite, including its native ESM-based development server, instant hot module replacement, and pre-bundled dependency optimization. By aggregating community-maintained tools, it showcases how to leverage Vite’s plugin-based architecture to customize build pipelines, integrate popular f

    Provides a local development server with support for custom middleware and WebSocket connections.

    JavaScriptawesomeawesome-listvite
    Voir sur GitHub↗16,866
  • browserify/browserifyAvatar de browserify

    browserify/browserify

    14,706Voir sur GitHub↗

    Browserify is a build utility that enables the use of CommonJS module patterns within client-side JavaScript applications. It functions as a dependency manager and module bundler, tracing recursive import calls to package multiple source files and their dependencies into a single, optimized file for execution in web browser environments. The project distinguishes itself by providing a comprehensive compatibility layer that allows server-side code to run in the browser. It achieves this by injecting environment shims and replacing system-level globals with browser-compatible equivalents. Throu

    Provides web server middleware for on-demand bundling and live reloading during development.

    JavaScript
    Voir sur GitHub↗14,706
  • stenciljs/coreAvatar de stenciljs

    stenciljs/core

    13,101Voir sur GitHub↗

    This project is a web component tooling system used to compile TypeScript and JSX into standard-compliant custom elements. It enables the development of framework-agnostic components that function across different browsers and frontend environments. The toolset focuses on cross-framework UI distribution, allowing a single library of components to be used in React, Angular, Vue, or plain HTML. It includes capabilities for enterprise design system engineering and generates specific wrapper code to ensure components behave as native elements within various frameworks. The system covers server-s

    Ships a local development server with hot reloading and configurable ports for rapid prototyping.

    TypeScriptcustom-elementdesign-systemionic
    Voir sur GitHub↗13,101
  • microsoft/typescript-react-starterAvatar de microsoft

    microsoft/TypeScript-React-Starter

    11,043Voir sur GitHub↗

    This project is a TypeScript React starter template and frontend development boilerplate. It provides a pre-configured project scaffold and foundation for building type-safe user interfaces, integrating essential tooling for typing, linting, and testing to accelerate the start of a web application. The scaffold distinguishes itself by providing a complete production asset pipeline that generates minified JavaScript and CSS bundles to optimize loading speeds. It includes a dedicated component testing suite for executing logic and snapshot tests in a simulated browser environment, alongside a h

    Ships a local development server that automatically reloads the page upon saving files.

    TypeScript
    Voir sur GitHub↗11,043
  • patrickjs/angular-webpack-starterAvatar de PatrickJS

    PatrickJS/angular-webpack-starter

    10,221Voir sur GitHub↗

    This project is a pre-configured development boilerplate for building applications using the Angular framework and the Webpack module bundler. It provides a standardized environment that integrates a dockerized development setup to ensure consistent build and execution across different operating systems. The blueprint includes a production pipeline focused on frontend performance, utilizing ahead-of-time compilation and lazy loading to reduce bundle sizes. It also incorporates a built-in Sass styling integration to process SCSS files into CSS and an automated testing suite with integration fo

    Includes a local development server with live reloading and in-memory builds for rapid iteration.

    JavaScriptangularmfemicrofrontend
    Voir sur GitHub↗10,221
  • zeit/serveAvatar de zeit

    zeit/serve

    9,870Voir sur GitHub↗

    serve is a static file server and command line tool used for serving assets and websites over HTTP from a local file system. It functions as a Node.js static hosting tool for single page applications and static content, as well as a directory listing web server. The project provides a visual browser interface for navigating and downloading files from a directory, enabling remote directory browsing. It maps incoming HTTP request paths to local folder structures to deliver images, stylesheets, and scripts. The tool includes capabilities for static content hosting and static file serving middle

    Provides a lightweight HTTP server for testing static web pages and assets locally before deployment.

    TypeScript
    Voir sur GitHub↗9,870
  • vercel/serveAvatar de vercel

    vercel/serve

    9,863Voir sur GitHub↗

    Serve is a Node.js static file server that delivers assets and single-page applications from a local directory over HTTP. It functions as both a command-line web server for hosting directories directly from the terminal and as HTTP middleware for integrating static asset delivery into existing servers. The project includes a directory browser interface that provides a web-based file explorer for navigating and accessing files within a served folder. It supports single-page application fallback by redirecting unmatched request paths to a root file to enable client-side routing. The server han

    Runs a lightweight server for previewing websites and static files during development.

    TypeScriptclicommandhttp
    Voir sur GitHub↗9,863
  • webpack/webpack-dev-serverAvatar de webpack

    webpack/webpack-dev-server

    7,853Voir sur GitHub↗

    webpack-dev-server is a local web server designed to serve webpack bundles and trigger browser refreshes when source files change. It functions as a development environment that hosts bundled applications and provides a live reloading workflow. The project distinguishes itself by supporting hot module replacement to update modules in a running application without a full page reload. It also acts as an HTTP proxy to redirect network request paths to different backends and provides history API fallbacks specifically for hosting single-page applications. The server includes capabilities for mon

    Provides a local development server that serves webpack bundles and enables rapid iteration via live reloading.

    JavaScripthot-reloadserverwebpack
    Voir sur GitHub↗7,853
  • codemirror/devAvatar de codemirror

    codemirror/dev

    7,820Voir sur GitHub↗

    CodeMirror is a browser-based code editor framework and modular extension system used to embed full-featured text editors into web pages. It functions as a syntax tree parsing engine and a language server protocol client, enabling structural language analysis and deep integration with external programming language services. The project is distinguished by its modular architecture, which uses a system of extensions and compartments for dynamic reconfiguration at runtime. It supports real-time collaborative editing and state synchronization through an operational transformation framework, allow

    Includes a local server that automatically rebuilds bundles on code changes for rapid development iteration.

    JavaScript
    Voir sur GitHub↗7,820
Préc.123Suivant
  1. Home
  2. Web Development
  3. Development Servers

Explorer les sous-tags

  • Development Servers2 sous-tagsLocal servers providing live reloading and rapid iteration for web development. **Distinct from Development Servers:** Distinct from Development Servers: focuses on local development workflow rather than production hosting.
  • Push-State EmulationLocal server capabilities that simulate server-side routing for single-page applications. **Distinct from Development Servers:** Distinct from Development Servers: specifically implements HTML5 push-state routing simulation rather than just serving files.
  • Unbundled Module ServersDevelopment servers that serve native ES modules directly to the browser to eliminate bundling times. **Distinct from Development Servers:** Distinct from general Development Servers: specifically focuses on the unbundled ESM delivery mechanism for near-instant startup.