Easily deploy to test and production environments Frontend and backend in a single jar Keep the benefits using the Create React App environment including: Hot reload Built in ES6 to ES5 transpiler Optimized production build
- build : src/main/frontend>npm run build
- start : src/main/frontend>npm start
- full build : mvn clean install