{"id":21556128,"url":"https://github.com/hofiorg/angular-boilerplate","last_synced_at":"2026-04-12T20:44:04.433Z","repository":{"id":261027089,"uuid":"883027963","full_name":"hofiorg/angular-boilerplate","owner":"hofiorg","description":"A boilerplate for modern web apps using Angular 18 with Bootstrap, Angular Material, and NgRx for responsive, stateful UIs. Back-end is powered by Spring Boot with a RESTful JSON API. Features include modular architecture and advanced table handling with ngx-datatable.","archived":false,"fork":false,"pushed_at":"2025-01-22T06:28:53.000Z","size":348,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T06:42:12.233Z","etag":null,"topics":["angular","angular-material","bootstrap","ngrx","ngx-datatable","springboot"],"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/hofiorg.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":"2024-11-04T08:54:51.000Z","updated_at":"2024-12-03T12:34:35.000Z","dependencies_parsed_at":"2024-11-04T10:18:12.810Z","dependency_job_id":"911d760d-2881-4043-9ae3-5350d14096bf","html_url":"https://github.com/hofiorg/angular-boilerplate","commit_stats":null,"previous_names":["hofiorg/angular-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hofiorg%2Fangular-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hofiorg%2Fangular-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hofiorg%2Fangular-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hofiorg%2Fangular-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hofiorg","download_url":"https://codeload.github.com/hofiorg/angular-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554123,"owners_count":20471173,"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","angular-material","bootstrap","ngrx","ngx-datatable","springboot"],"created_at":"2024-11-24T08:01:53.895Z","updated_at":"2026-04-12T20:44:04.427Z","avatar_url":"https://github.com/hofiorg.png","language":"TypeScript","funding_links":[],"categories":["Recently Updated","Site Templates"],"sub_categories":["[Nov 23, 2024](/content/2024/11/23/README.md)","Free Templates"],"readme":"# angular-boilerplate\n\n[![Angular](https://img.shields.io/badge/Angular-19.2.14-red?logo=angular\u0026logoColor=white)](https://angular.io/)\n[![Bootstrap](https://img.shields.io/badge/Bootstrap-5.3-blue?logo=bootstrap\u0026logoColor=white)](https://getbootstrap.com/)\n[![NgRx](https://img.shields.io/badge/NgRx-19.2.1-purple?logo=redux\u0026logoColor=white)](https://ngrx.io/)\n[![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.3.5-green?logo=spring\u0026logoColor=white)](https://spring.io/projects/spring-boot)\n[![License: MIT](https://img.shields.io/badge/license-MIT-yellow)](LICENSE)\n[![node_js workflow](https://github.com/hofiorg/angular-boilerplate/actions/workflows/node.js.yml/badge.svg)](https://github.com/hofiorg/angular-boilerplate/actions/workflows/node.js.yml)\n[![maven workflow](https://github.com/hofiorg/angular-boilerplate/actions/workflows/maven.yml/badge.svg)](https://github.com/hofiorg/angular-boilerplate/actions/workflows/maven.yml)\n\n## 📋 Overview\n\n### 🔧 Technologies Used\n\n| Technology                    | Purpose         | Documentation                                                 |\n|:------------------------------|:----------------|:--------------------------------------------------------------|\n| Angular 19                    | Base Framework  | \u003chttps://angular.dev/\u003e                                        |\n| Bootstrap v5.3                | Grid System     | \u003chttps://getbootstrap.com/docs/5.3/layout/grid/#how-it-works\u003e |\n| NgRx                          | State Handling  | \u003chttps://ngrx.io/\u003e                                            |\n| Angular Material              | Components      | \u003chttps://material.angular.io/components/categories\u003e           |\n| ngx-datatable                 | Table Component | \u003chttp://swimlane.github.io/ngx-datatable/\u003e                    |\n| Spring Boot\u003cbr/\u003e(REST + JSON)   | Server          | \u003chttps://spring.io/projects/spring-boot\u003e                      |\n\n### 📖 Project Description\n\nA boilerplate for modern web apps using Angular 19 with Bootstrap, Angular Material, and NgRx for responsive, stateful UIs. Back-end is powered by Spring Boot with a RESTful JSON API. Features include modular architecture and advanced table handling with ngx-datatable.\n\n## 🚦 Getting Started\n\n### 🛠️ Prerequisites\n\n- Node.js / npm (or nvm instructions)\n- Java (JDK)\n- Maven\n\n### 📥 Installation\n\n#### Install node/npm\n\n```sh\nnvm install lts/jod\nnvm use lts/jod\nnvm alias default lts/jod\n```\n\n#### Install Angular Command Line Interface (CLI)\n\n```sh\nnpm install -g @angular/cli\n```\n\n#### Install Java\n\n##### Install Java with Homebrew (MacOS)\n\n```sh\nbrew install openjdk\nsudo ln -sfn $HOMEBREW_PREFIX/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk\n```\n\n#### Install Maven\n\n##### Install Maven with Homebrew (MacOS)\n\n```sh\nbrew install maven\n```\n\n## 🚀 Development\n\n### 🖥️ Frontend\n\n#### Installing the Project Dependencies\n\nRun `01_install_fe.sh` to install the frontend dependencies (via `npm install`).\n\n```sh\ncd src/main/scripts\n01_install_fe.sh\n```\n\n#### Running the Dev Server\n\nRun `02_start_fe_dev_server.sh` for a frontend development server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n```sh\ncd src/main/scripts\n02_start_fe_dev_server.sh\n```\n\n#### Running Unit Tests\n\nRun `03_test_fe.sh` to execute the frontend unit tests via [Karma](https://karma-runner.github.io).\n\n```sh\ncd src/main/scripts\n03_test_fe.sh\n```\n\n### 🗄️ Backend\n\n#### Installing the Server\n\nRun `10_install_server.sh` to install the server project. This runs `mvn clean install`.\n\n```sh\ncd src/main/scripts\n10_install_server.sh\n```\n\n#### Testing the Server\n\nRun `11_test_server.sh` to test the server project. This runs `mvn test`.\n\n```sh\ncd src/main/scripts\n11_test_server.sh\n```\n\n#### Building the Project\n\nRun `20_build.sh` to build the project. The build artifacts will be stored in the `target/` directory.\n\n```sh\ncd src/main/scripts\n20_build.sh\n```\n\n#### Running the Server\n\nRun `30_start_server.sh` to start the Spring Boot server with Java.\n\n```sh\ncd src/main/scripts\n30_start_server.sh\n```\n\n## 🧑‍💻 Usage\n\n### Open in Chrome\n\nRun `40_open_chrome.sh` to start Chrome.\n\n```sh\ncd src/main/scripts\n40_open_chrome.sh\n```\n\n### Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n### Further help\n\nFor more help with the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n\n## 🧪 How to create this project\n\n[Steps to reproduce](docs/steps-to-reproduce.md)\n\n## 🗒️ TODO List\n\n[TODO List](docs/todo.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhofiorg%2Fangular-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhofiorg%2Fangular-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhofiorg%2Fangular-boilerplate/lists"}