/spring-react-demo

Demo application of Spring Boot and ReactJS

Primary LanguageJava

Demo application of Spring Boot with ReactJS

Application is assembled with Spring Boot Initializr and Create React App

Prerequisites

In order to run the demo you need the follwoing thinks:

How to run the demo

In order to run and play with the demo you need to:

  1. Clone the project from GitHub
  2. Import the project in Eclipse as Existing Maven Project
  3. Import the src/main/frontend foledr in Atom as Open Project Folder
  4. Run the Sprong Boot application from Eclipse as normal Java Application
    • Locate Application.java file
    • Run As > Java Application
  5. Run the ReactJS part in development mode
    • Open Command Prompt in src/main/frontend folder
    • Run npm start
    • You're default web browser will appear