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.
- Host: GitHub
- URL: https://github.com/puneetkakkar/ngx-arc
- Owner: puneetkakkar
- Created: 2021-12-26T17:03:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T03:55:37.000Z (about 2 years ago)
- Last Synced: 2025-10-28T05:35:54.447Z (7 months ago)
- Topics: angular, angular17, angular17-boilerplate, angular17-ssr, angular17-standalone, boilerplate, boilerplate-front-end, boilerplate-template, javascript, template, template-project, typescript
- Language: TypeScript
- Homepage:
- Size: 5.77 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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` |