https://github.com/jabrena/spring-boot-react-example
frontend-maven-plugin
https://github.com/jabrena/spring-boot-react-example
Last synced: 24 days ago
JSON representation
frontend-maven-plugin
- Host: GitHub
- URL: https://github.com/jabrena/spring-boot-react-example
- Owner: jabrena
- License: apache-2.0
- Created: 2022-12-31T09:41:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T10:40:10.000Z (over 2 years ago)
- Last Synced: 2025-02-13T10:48:12.191Z (3 months ago)
- Language: JavaScript
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot Frontend example
[](https://github.com/jabrena/spring-boot-react-example/actions/workflows/build.yaml)
POC to review alternatives to combine modern frontend development
in combination with Spring Boot. [WIP]```
sdk env
./mvnw frontend:install-node-and-npm
./mvnw frontend:npm
./mvnw frontend:webpack
just run || ./mvnw spring-boot:run
```## References
- https://nodejs.org/en/
- https://github.com/maciejwalkowiak/just