This is a small starter project with gives you multiple things:
- Full Spring Boot/ Java Application
* ReactJS
* ES6 with Babel
* multiple entry points with webpack (make sure to add them in webpack.config.js)
git clone https://github.com/crivera/xyz.git <project>
cd <project>
npm install
webpack -d --watch
Run Spring Boot in your favorite IDE or using mvn spring-boot:run
MIT