7 个仓库
Tools used to bootstrap the initial structure and configuration of a full-stack framework project.
Distinct from Full-Stack Frameworks: Focuses on the setup tool rather than the runtime framework architecture
Explore 7 awesome GitHub repositories matching web development · Project Initializers. Refine with filters or upvote what's useful.
create-t3-app is a full stack web framework initializer and project scaffolder. It functions as a command line tool for initializing Next.js applications, acting as a TypeScript full stack starter that generates a predefined folder structure and configuration files. The tool focuses on establishing a typesafe full stack architecture. It enforces end-to-end type safety between the client and server, ensuring that data types remain synchronized across the entire application stack to prevent runtime errors. The initializer automates the setup of a full stack development environment by bootstrap
Functions as a project initializer to generate a modular full-stack structure with synchronized data types.
Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating systems from a single codebase. It functions as a native UI renderer and a JavaScript native UI bridge, sending serialized UI descriptions from a JavaScript engine to native mobile components. The project includes a cross-platform UI bundler and build tool to compile source code into optimized bundles for native renderers. It also provides a UI previewer and prototyping toolset that allows for testing mobile interface pages within web browsers and on physical devices. The fra
Provides a command-line tool to generate starting project structures and configurations for mobile development.
degit 是一个 Git 项目脚手架和仓库下载器,用于从远程 Git 模板初始化新项目。它将仓库的最新提交作为干净的快照获取,剥离所有版本控制历史和元数据,以提供一个全新的起点。 该工具支持获取特定分支、标签或提交哈希,以确保项目使用精确的源版本。它还可以执行子目录提取,允许从远程源下载特定文件夹,而不是整个项目树。 该实用程序包含本地快照缓存以加速未来的检索,并支持通过 HTTPS 或 SSH 进行安全身份验证以访问私有仓库。它还提供了在项目解压后运行清理脚本的提取后钩子执行机制。
Rapidly bootstraps new project structures by using cached remote repository archives.
Next-forge is a production-ready project scaffold and full-stack web framework stack designed for building web applications. It provides a comprehensive set of starter modules and boilerplates specifically tailored for SaaS infrastructure, including a TypeScript project scaffold and a Next.js application starter. The project utilizes a Turborepo monorepo template to organize multiple applications and shared packages in a single codebase. This architecture enables shared logic isolation and the use of a component-based UI library to maintain consistent styling across different applications. T
Provides project initializers to bootstrap the structure and configuration of a production-ready web application.
这是一个适用于 Android 和 iOS 的跨平台移动应用模板和 UI 入门套件。它为从单一声明式代码库构建一致的移动界面奠定了基础。 该架构实现了使用 BLoC 和 RxDart 的响应式状态管理框架,以实现业务逻辑与用户界面的解耦。它还包含一个国际化的移动架构,用于管理应用内的多语言支持和区域本地化。 代码库涵盖了移动客户端实现的功能,包括远程内容渲染、用于存储用户设置的本地数据持久化,以及用于全局样式的集中式主题注入。
Ships a boilerplate structure with pre-configured architecture and state management for bootstrapping mobile projects.
这是一个全栈 JavaScript 脚手架和 MERN 栈项目样板。它提供了一个预配置的项目结构,集成了 MongoDB、Express、React 和 Node.js,旨在减少引导数据驱动型 Web 应用时的手动配置时间。 该工具包具备容器化的全栈环境,通过将应用和数据库隔离在容器中,确保开发与生产环境的一致性。它还包含一个服务端渲染框架,旨在通过服务端生成 HTML 并在客户端进行注水(Hydration),以提升加载速度和搜索引擎可见性。 该项目涵盖了广泛的开发工作流,包括通过命令行界面进行模板化项目脚手架搭建、资源打包以及 JavaScript 转译。此外,它还支持服务端组件预取,以确保页面渲染前数据的可用性。
Ships a bootstrap tool to quickly initialize the database, server, and frontend structure for new web projects.
This project is a mobile web application template and optimization kit providing a foundational project structure for building responsive websites. It functions as a responsive CSS framework and a set of utilities for managing viewport scaling, touch event responses, and user-agent feature detection. The project distinguishes itself through specialized web app manifest configurations and server performance settings. It includes systems for defining home screen icons and metadata to enable web applications to behave like native apps, alongside pre-defined directives for caching, compression, a
Provides a foundational project boilerplate with standardized directories and pre-configured mobile resources.