Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zouabimourad/angular2-spring
Angular 2+ and Spring Integration
https://github.com/zouabimourad/angular2-spring
angular angular2 angular4 spring-boot
Last synced: 28 days ago
JSON representation
Angular 2+ and Spring Integration
- Host: GitHub
- URL: https://github.com/zouabimourad/angular2-spring
- Owner: zouabimourad
- Created: 2015-06-12T16:01:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:00:01.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T17:20:57.143Z (about 1 month ago)
- Topics: angular, angular2, angular4, spring-boot
- Language: TypeScript
- Homepage:
- Size: 4 MB
- Stars: 130
- Watchers: 23
- Forks: 86
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular 2+ Spring Boot Integration
==================================This example shows how to do a paginated table with Angular and Spring Boot (
RestController )Installation
------------### The Back End
You'll need Maven 3+ and Java 8
### The Front End
- `npm install -g @angular/cli` to install angular cli ( globally )
- `npm install` to install Node packages
Run
---### The Back End
- `mvn spring-boot:run` to start spring boot
### The Front End
- `ng serve --proxy-config proxy.conf.json`