Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 509 Bytes

File metadata and controls

28 lines (17 loc) · 509 Bytes

Spring Boot + React + WebPack

This is a small starter project with gives you multiple things:

Server Side

  • Full Spring Boot/ Java Application

Client Side

* ReactJS
* ES6 with Babel
* multiple entry points with webpack (make sure to add them in webpack.config.js)

How to use

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

TODO

Licence

MIT