Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 351 Bytes

File metadata and controls

27 lines (20 loc) · 351 Bytes

Spring boot + React and Redux example

Install

$ npm install
$ mvn clean install

Run application during dev

run server first

$ java -jar target/react-starter-0.1.0.jar

or by running Application class from your IDE.

run hot reload server

$ npm start

run front-end tests

$ npm test