Considering freelancing? Check out the contract positions from Toughbyte.

Bundling the app (in Spring Boot containers with Webpack and React)

You can find code of session at github: https://github.com/mikhaabel/spring-react-webpack.

During this session I will show how to config, bundle and package application into Spring Boot containers. There will be three modules:

-- parent
- front-end
- back-end

Front-end will be React app, which is built with Webpack. UI is a minimalistic yet nice list of items (such as payments) that come from back-end.

Back-end will be REST API, built on Spring. API endpoints serve as internal front-end as external ones. Config honors packaging for different environments (dev, prod, etc).

Languages: Javascript and Java.