Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 582 Bytes

README_en.md

File metadata and controls

31 lines (24 loc) · 582 Bytes

Spring-Webpack-ReactJS

This project is to test out whether Spring can be used along with ReactJs and Webpack.

System Requirements

  • JDK 7 or 8
  • Maven
  • NodeJS 0.12 or Higher

Install

## install webpack
npm install -g webpack

## install NodeJS packages
npm install

## Maven Dependencies
mvn install

Usage

## 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