Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 415 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 415 Bytes

server-side-react-spring-boot build

build

bash gradlew
bash build/libs/*.jar

backend development

./gradlew bootRun

ui development

./gradlew yarn_-i
./gradlew yarn_build
# but...
cd ui/
yarn start