Skip to content

hrabur/spring-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo application of Spring Boot and ReactJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published