All Projects → Widen → spring-react-demo

Widen / spring-react-demo

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

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].