Skip to content

TeaStar/react-spring-boot-basic-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-spring-boot-basic-app

A very basic "Hello World" application using Spring Boot and React create-react-app.

Spring Boot is acting as a simple web server for your frontend application. To create api calls Redux would need to be introduced along with Rest Controllers on the Spring side.

Runnning the application:

./mvnw spring-boot:run

or on windows us mvnw.cmd

The application will be accessible on http://localhost:8080/

To develop the frontend

Open a new terminal window:

$ cd src/main/frontend/

$ yarn start

The frontend will be accessible on http://localhost:3000/

About

Basic "Hello World" application using Spring Boot and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published