Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 508 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 508 Bytes

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