/spring-react-demo

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

Primary LanguageJavaScriptMIT LicenseMIT

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