This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Description
I am following the Do-It-Yourself version of the tutorial and the Part 1 tutorial does not mention how to bootstrap/inject React into the project.
I have included "frontend-maven-plugin" in my pom.xml and updated my project. Upon running, localhost:8080/api displays the correct JSON data, as expected. HOWEVER, localhost:8080 displays a blank page. Therefore, React components are not working.
I cannot see package.json or webpack.config.js in my class path.
Please tell me how to include React components so the tables can be displayed.