Skip to content

nakamura-to/spring-react-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot React Example

Installation

npm install

Development server

# start the webpack-dev-server
npm run dev
# wait for the first compilation is successful

# in another terminal/console
# start the spring-boot server
./gradlew bootRun

# open this url in your browser
http://localhost:8080/

The configuration is webpack.config.js.

It automatically recompiles and refreshes the page when JSX files are changed.

About

Isomorphic Spring Boot React.js Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 58.5%
  • JavaScript 37.7%
  • HTML 3.8%