Skip to content

mrduguo/gradle-sample-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradle sample react Build Status

a demo for react + spring boot based on mrduguo/gradle-buildscript project.

sample build command

# build the app
./gradlew

# run the built app
java -jar build/libs/gradle-sample-react-*.jar

sample run command in development mode

./gradlew run

It will start webpack in watch mode in background then run boot app. Any change will reload in browser automatically.

the service

Then you may access the app at http://localhost:8881/.

You may login with:

  • username: user
  • password: pass

About

a demo for react + spring boot based app with gradle build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published