https://github.com/knowledgefactory4u/springboot-jpa-react-table-pagination
Spring Boot + ReactJS: React Table Pagination Example
https://github.com/knowledgefactory4u/springboot-jpa-react-table-pagination
pagination react reacttable spring-boot
Last synced: 5 months ago
JSON representation
Spring Boot + ReactJS: React Table Pagination Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot-jpa-react-table-pagination
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-06-18T21:08:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T21:14:31.000Z (about 3 years ago)
- Last Synced: 2024-11-14T20:32:25.162Z (7 months ago)
- Topics: pagination, react, reacttable, spring-boot
- Language: Java
- Homepage: https://www.knowledgefactory.net/2022/06/spring-boot-reactjs-data-table-pagination.html
- Size: 199 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot + ReactJS: React Table Pagination Example
# User Interface
# Local setup
Step 1: Download or clone the source code from GitHub to a local machine
# Backend
Step 2: ```mvn clean install```
Step 3: ```mvn spring-boot:run```
# Frontend
Step 4: ```npm install```
Step 5: ```npm start```
# From the browser call the endpoint http://localhost:3000