awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesApplication Scaffolds

Templates and boilerplate project structures for quickly bootstrapping new web applications.

Distinct from Node.js Web Applications: Focuses on the starting project structure and boilerplates rather than the completed application identity.

Explore 3 awesome GitHub repositories matching web development · Application Scaffolds. Refine with filters or upvote what's useful.

Awesome Application Scaffolds GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • koajs/exampleskoajs 的头像

    koajs/examples

    4,534在 GitHub 上查看↗

    该仓库是 Koa Web 框架的参考实现和项目脚手架的集合。它提供了一套用于构建 Node.js Web 应用程序的样板和示例,包括具有数据库集成和容器化的预定义项目结构。 该项目演示了 REST API 的实现以及使用 HTTP 中间件模式来组合请求处理程序。它包括用于设计结构化端点和资源管理模式的实践指南。 提供的示例涵盖了广泛的功能,包括服务端渲染、通过服务器发送事件 (SSE) 进行实时数据流传输以及 Web 应用安全。这些包括用户身份验证管理和防止跨站请求伪造 (CSRF) 的实现。

    Provides predefined project structures and boilerplates for bootstrapping Node.js web servers with database and container configurations.

    JavaScript
    在 GitHub 上查看↗4,534
  • expressjs/generatorexpressjs 的头像

    expressjs/generator

    1,853在 GitHub 上查看↗

    This project is a command-line utility designed to automate the initialization and scaffolding of web applications. It establishes a standardized directory structure and generates the necessary boilerplate configuration files required to bootstrap a new server environment. The tool distinguishes itself by offering customizable project generation, allowing users to select specific view engines and stylesheet preprocessors during the setup process. It dynamically updates dependency manifests and configures version control ignore files to ensure the resulting environment is ready for immediate d

    Generates standardized directory structures and boilerplate configurations for new web applications.

    JavaScriptexpressgeneratorjavascript
    在 GitHub 上查看↗1,853
  • davideviolante/angular-full-stackDavideViolante 的头像

    DavideViolante/Angular-Full-Stack

    1,561在 GitHub 上查看↗

    Angular-Full-Stack is a comprehensive starter kit designed for building web applications using a unified TypeScript codebase. It integrates the MongoDB, Express, Angular, and Node stack into a single repository, providing a structured foundation that covers both frontend and backend logic. By utilizing a shared language across the entire stack, the framework enforces consistent data structures and interface contracts between the client and server. The project distinguishes itself through a focus on environment consistency and developer productivity. It includes pre-configured containerization

    Initializes complete project structures with pre-configured database connections and server settings for immediate development.

    TypeScriptangularangular-cliangular2
    在 GitHub 上查看↗1,561
  1. Home
  2. Web Development
  3. Node.js Web Applications
  4. Application Scaffolds