Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

readme.MD

Goal:

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

front

  • build : src/main/frontend>npm run build
  • start : src/main/frontend>npm start

spring with front

  • full build : mvn clean install