5 مستودعات
Guidelines and templates for initializing the structure of a new project to avoid technical debt.
Distinct from Angular Application Frameworks: Focuses on the initial setup and scaffolding process rather than general framework usage.
Explore 5 awesome GitHub repositories matching web development · Project Bootstrapping. Refine with filters or upvote what's useful.
The Angular Command Line Interface is a tool for initializing, scaffolding, and managing the development lifecycle of Angular web applications from a terminal. It functions as a project manager and frontend build toolchain, providing a standardized way to bootstrap new applications and manage their overall health and configuration. The tool employs schematic-based code generation to create standardized project structures and components. It utilizes a workspace-based configuration to manage multiple related applications and libraries within a single shared root and dependency tree. The system
Bootstraps new Angular applications by generating the initial project structure and configuration files.
This project is an architecture reference and coding standard for the Angular framework. It provides guidelines for organizing files, components, and services into a logical hierarchy to maintain consistent and readable TypeScript code. The guide focuses on enterprise application architecture and frontend code governance. It establishes a shared set of structural guidelines and development standards to ensure long-term maintainability and to assist in bootstrapping new projects without technical debt. The resource covers modular architecture guidelines, pattern-based code standardization, an
Provides the initial structure and coding conventions needed to bootstrap new Angular applications.
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
Provides a pre-configured boilerplate and scaffolding to accelerate the initialization of new Angular applications.
Angular Seed هو إطار عمل لتهيئة المشاريع يوفر نظام بناء مهيأ مسبقاً وهيكل مشروع قياسي لتطبيقات Angular. يضع أساساً لإنشاء تطبيقات الويب، والجوال، وسطح المكتب مع أهداف نشر متكاملة. يتميز إطار العمل بدعم مساحة العمل متعددة التطبيقات، مما يسمح لعدة مثيلات للتطبيق بالبقاء داخل قاعدة كود واحدة لمشاركة المنطق والموارد. يتضمن إدارة بيئة متخصصة لتبديل نقاط نهاية API وإعدادات التكوين عبر مراحل التطوير، والاختبار، والإنتاج. يغطي المشروع سطح قدرات واسعاً بما في ذلك تحسين حزمة الإنتاج عبر التجميع المسبق (AOT) والحاويات لتوحيد بيئة وقت التشغيل. يتضمن سير عمل تطوير يتميز باختبار الوحدة مع تغطية الكود، والاختبار التلقائي للمتصفح من البداية إلى النهاية، وتوليد وثائق API تلقائياً.
Sets up new Angular applications with a pre-configured build system, deployment targets, and standard project structure.
This project provides a standardized architectural framework for building scalable, full-stack enterprise applications. It serves as a foundational boilerplate that enforces clean architecture principles, ensuring that business logic remains isolated from infrastructure concerns and external data persistence details. By organizing code into feature-based modules rather than technical roles, the framework simplifies navigation and maintenance within large, complex codebases. The architecture distinguishes itself through a mediator-based communication model that decouples application layers and
Offers standardized project layouts and modular structures to accelerate the initialization of scalable applications.