Skip to content

pengqin/spring-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a Web App Quickly w/ Spring Boot + React

Getting started

  1. Clone this repository
  2. ./gradlew bootRun (starts the server)
  3. ./gradlew webpack (starts webpack watcher & transpiles all jsx)

The app will be running at http://localhost:8080.

This project makes use of:

  • Spring Boot
    • REST controller
    • IoC
  • React
  • JSX
  • Babel
  • Webpack
  • fetch API
  • EcmaScript 6
    • fat arrow functions
    • string interpolation
    • classes

About

Get up and running quick with React + Spring Boot (and explore ES6, webpack, and the fetch API)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published