Skip to content

crivera/SpringBootReactWebpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published