Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnature/reacti-pagination
https://github.com/dnature/reacti-pagination
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnature/reacti-pagination
- Owner: DNature
- Created: 2019-07-11T15:42:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:27:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T14:33:16.163Z (over 1 year ago)
- Language: JavaScript
- Size: 3.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Pagination
> This is a React app built to enable specific request to an api and switching pages without changing urls
## Quick Start
```bash
# Install dependencies server/client
npm install# Serve on localhost:3000
npm start
```