puneetkakkar / ngx-arc

Customized framework with modular design, unidirectional data flow, predictable state management, communication for async request, and decoupled presentational layer from core layer.

Repository from Github https://github.compuneetkakkar/ngx-arcRepository from Github https://github.compuneetkakkar/ngx-arc

Angular brand

NGX-ARC - Angular Boilerplate


This Angular starter template prioritizes the most up-to-date Angular functionalities and adheres to best practices. It provides key features to enhance flexibility and scalability while minimizing unnecessary complexity. The codebase is both lightweight and resilient, empowering developers to integrate their preferred technologies such as UI component libraries, state management solutions, and server-side rendering. With its adaptable boilerplate, customization is effortless, making it suitable for diverse project needs.

Commands

Command Description npm yarn pnpm
serve:dev Starts the development server npm run serve:dev yarn serve:dev pnpm serve:dev
serve:hmr Starts the development server with a hot module reloading npm run serve:dev yarn serve:dev pnpm serve:dev
lint Runs the linter npm run lint yarn lint pnpm lint
lint:fix Runs the linter and fixes any linting errors npm run lint:fix yarn lint:fix pnpm lint:fix
format Formats the code with prettier npm run format yarn format pnpm format

About

Customized framework with modular design, unidirectional data flow, predictable state management, communication for async request, and decoupled presentational layer from core layer.


Languages

Language:TypeScript 60.5%Language:HTML 37.7%Language:JavaScript 1.7%Language:CSS 0.1%