{"id":15180379,"url":"https://github.com/nicolasroehm/angular-boilerplate","last_synced_at":"2025-08-18T06:33:38.662Z","repository":{"id":38407567,"uuid":"486078245","full_name":"NicolasRoehm/angular-boilerplate","owner":"NicolasRoehm","description":"Angular 18 - Bootstrap 5 boilerplate","archived":false,"fork":false,"pushed_at":"2024-06-19T11:02:30.000Z","size":1410,"stargazers_count":46,"open_issues_count":0,"forks_count":32,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-18T03:08:24.208Z","etag":null,"topics":["angular-18","boilerplate","bootstrap-5"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NicolasRoehm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-27T06:47:48.000Z","updated_at":"2024-12-10T12:28:20.000Z","dependencies_parsed_at":"2024-06-05T15:54:25.199Z","dependency_job_id":"1c71d155-6518-4b3f-a1a7-290fda6d529b","html_url":"https://github.com/NicolasRoehm/angular-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolasRoehm%2Fangular-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolasRoehm%2Fangular-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolasRoehm%2Fangular-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolasRoehm%2Fangular-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicolasRoehm","download_url":"https://codeload.github.com/NicolasRoehm/angular-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230210436,"owners_count":18190670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular-18","boilerplate","bootstrap-5"],"created_at":"2024-09-27T16:04:24.090Z","updated_at":"2024-12-18T03:08:28.822Z","avatar_url":"https://github.com/NicolasRoehm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ▶️ EasyAngular\n\nWelcome to the EasyAngular boilerplate! This project is designed to help you quickly start a new **Angular 18** project with **Bootstrap 5** and various useful libraries. It comes with pre-coded elements to streamline your development process.\n\n## Getting started\n### Prerequisites\n\nMake sure you have the following installed :\n- [Node.js](https://nodejs.org/) (version 20)\n- [Angular CLI](https://angular.dev/) (version 18) using `npm install -g @angular/cli`\n\n### Installation\nClone the repository :\n```sh\ngit clone https://github.com/NicolasRoehm/angular-boilerplate.git\ncd angular-boilerplate\nnpm install\n```\n\n### ✒️ Usage\n- Rename `EasyAngular` and `easy-angular` with your project name\n- Place favicon generated with [RealFavIconGenerator](https://realfavicongenerator.net/) into `src/assets/img/favicon` folder\n\n### Development server\n\nRun the following command for a development server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.\n```sh\nng-serve\n```\n\n## Boilerplate content\n### 🗂️ Source code structure\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"./src/assets/img/project/folder-structure.png\" alt=\"Project Structure\" width=\"200\"/\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003cstrong\u003ePages\u003c/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003eAuth (login, forgot password, validate account) with 2 possible layouts\u003c/li\u003e\n            \u003cli\u003eHome\u003c/li\u003e\n            \u003cli\u003e404\u003c/li\u003e\n          \u003c/ul\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eShared components\u003c/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003eBlocks : toast \u0026 progress bar\u003c/li\u003e\n            \u003cli\u003eForms : confirm\u003c/li\u003e\n            \u003cli\u003eLayouts : page \u0026 header\u003c/li\u003e\n            \u003cli\u003eModals : wrapper\u003c/li\u003e\n          \u003c/ul\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eEnums\u003c/strong\u003e : endpoints / environments / storage keys\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eHelpers\u003c/strong\u003e : storage / string\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003eServices\u003c/strong\u003e : app (for requests) / store (for state management using signals)\u003c/li\u003e\n        \u003cli\u003e\u003cstrong\u003ei18n\u003c/strong\u003e : en.json (for internationalization)\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n### 🌐 Included packages\n- [Bootstrap 5](https://getbootstrap.com/) : SCSS style \u0026 [ng-bootstrap](https://ng-bootstrap.github.io/) components\n- [Axios](https://github.com/axios/axios) : HTTP client\n- [ArrayTyper](https://github.com/FranzStrudel/-caliatys-array-typer) : Utility for type-safe array operations\n- [angular-svg-icon](https://github.com/czeckd/angular-svg-icon) : SVG icon support\n- [ngx-translate](https://github.com/ngx-translate/core) : Internationalization library\n\n## 🛠️ Tools\n- Generate models from JSON - https://app.quicktype.io/\n- Generate favicon from SVG - https://realfavicongenerator.net/\n\n## Angular CLI commands\n### Code scaffolding\nGenerate a new component :\n```sh\nng generate component component-name\n```\nYou can also use `ng generate` for directives, pipes, services, classes, guards, interfaces, enums, and modules.\n\n### Build\nBuild the project :\n```sh\nng build\n```\nThe build artifacts will be stored in the `dist/` directory.\n\n### Running tests\n#### Unit tests\nRun unit tests via Karma :\n```sh\nng test\n```\n\n#### End-to-End tests\nRun end-to-end tests via a platform of your choice. You need to add a package that implements end-to-end testing capabilities :\n```sh\nng e2e\n```\n\n## Further help\nTo get more help on the Angular CLI, use `ng help` or visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasroehm%2Fangular-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolasroehm%2Fangular-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasroehm%2Fangular-boilerplate/lists"}