An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/puneetkakkar/ngx-arc

angular angular17 angular17-boilerplate angular17-ssr angular17-standalone boilerplate boilerplate-front-end boilerplate-template javascript template template-project typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          


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` |