Demonstration on how to use React.js with Spring when isn't possible to use docker and with a single deployment. This project is a demo related to this article.
- Java SDK v1.6 or higher
- Apache Maven 3.2 or above
cd /apps/demo
yarn install
yarn build
cd ../../
mvn spring-boot:run
visit localhost:8080
cd apps/demo
npm install
npm start
visit localhost:3000