An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Spring Boot Frontend example

[![CI Builds](https://github.com/jabrena/spring-boot-react-example/actions/workflows/build.yaml/badge.svg)](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