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

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

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`.