An open API service indexing awesome lists of open source software.

https://github.com/mbe24/spring-react-redux

POC client/server application with a frontend based on React and Redux and a backend based on Spring
https://github.com/mbe24/spring-react-redux

gradle java javascript proof-of-concept react react-redux redux spring spring-boot

Last synced: 2 months ago
JSON representation

POC client/server application with a frontend based on React and Redux and a backend based on Spring

Awesome Lists containing this project

README

          

# spring-react-redux
POC client/server application with a frontend based on React and Redux and a backend based on Spring.

### Usage ###

Start backend server with

```bash

./gradlew bootRun

```

to start the Web application do

```bash

cd app/
npm install
npm start

```