abser / spring-boot-react-single-page-app

Spring Boot Web App with ReactJS frontend. This single page app use React Router to serve single page app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot and React frontend

Configure Spring Boot Project

cd fileupload
mvn clean
mvn spring-boot:run

Install Frontend

cd frontend
npm install
npm run build

Access the app

http://localhost:8080

About

Spring Boot Web App with ReactJS frontend. This single page app use React Router to serve single page app.


Languages

Language:Java 44.3%Language:JavaScript 41.4%Language:HTML 7.3%Language:CSS 3.9%Language:Dockerfile 2.9%Language:Shell 0.2%