This project is to test out whether Spring can be used along with ReactJs and Webpack.
- JDK 7 or 8
- Maven
- NodeJS 0.12 or Higher
## install webpack
npm install -g webpack
## install NodeJS packages
npm install
## Maven Dependencies
mvn install
## Run Java server on port 8080
java -jar target/spring-webpack-reactjs-0.1.0.jar
## Run webpack-dev-server on port 3000
npm start
Once both servers are up and running, try the app out at http://localhost:3000