Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 505 Bytes

File metadata and controls

31 lines (19 loc) · 505 Bytes

React - Pagination Example

react-paginate - A ReactJS component to render a pagination.

Screenshot

Steps to Setup

  1. Clone this repository
git clone https://github.com/MarioCesarJr/react-pagination.git
  1. Install dependencies
> yarn
  1. Run app
> yarn start

Open http://localhost:3000 to view it in the browser.

Author