Skip to content

lucabotti/spring-boot-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Webpack

Table of Contents

Sample application with Spring Boot backend and React front end. Front end is bundled using Webpack.

Running with Docker

Start by building the app.

./mvnw clean install

Next build the Docker image.

cd target && docker build -t my-image .

Finally run the app.

docker run -d -p 3000:3000 --name my-app my-image

About

Sample Spring Boot app using Webpack front end build

Resources

Stars

Watchers

Forks

Packages

No packages published