Skip to content

ashokgurudayal/multi-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-module Project

A quickstart project to get started with a web application with frontend and backend

Frontend module -> React

Backend module -> Spring Boot

Frontend and Backend are packaged together using Maven Frontend Plugin and Maven Resources Plugin

To Run the app:

  1. In root directory mvn clean install
  2. After that is completed -> a jar is generated in backend/target folder with name as MultiModule.jar .
  3. Run jar file using java -jar backend-api/target/MultiModule.jar

Open localhost:8081 in a browser which would give the react home page

Backend is also running.: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published