https://github.com/sequencemedia/react-router-pagination-io
React Router Pagination
https://github.com/sequencemedia/react-router-pagination-io
Last synced: about 1 year ago
JSON representation
React Router Pagination
- Host: GitHub
- URL: https://github.com/sequencemedia/react-router-pagination-io
- Owner: sequencemedia
- Created: 2016-05-14T19:15:35.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T21:31:17.000Z (about 1 year ago)
- Last Synced: 2025-05-07T03:43:16.247Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 27.2 MB
- Stars: 0
- Watchers: 0
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-router-pagination-io
An example implementation of [React Router Pagination](https://github.com/sequencemedia/react-router-pagination).
In your terminal enter the commands:
```bash
npm install
npm start
```
This will build and start in the application in `production` mode. For `development` enter:
```bash
npm install
npm run dev
```
On completion the site should be available on `http://localhost:5000`.