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
- Host: GitHub
- URL: https://github.com/mbe24/spring-react-redux
- Owner: mbe24
- License: apache-2.0
- Created: 2018-12-20T14:52:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-13T12:26:10.000Z (4 months ago)
- Last Synced: 2026-02-13T17:52:33.859Z (4 months ago)
- Topics: gradle, java, javascript, proof-of-concept, react, react-redux, redux, spring, spring-boot
- Language: JavaScript
- Homepage:
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```