ajsoriar / paginated-tables

Paginated tables example just for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React paginated table

This project is an example of paginated tables / React.js components. The pagination is managed in the front-end or on the server side depending on the example / component.

react-paginated-tables example

This project was bootstrapped with Create React App.

Quick start

Install backend and front end dependencies and start servers.

Dummie backend

The backend needed to get this project to work is in server directory.

1) get into server folder: "$ cd server"
2) Install npm packages: "$ npm install"
3) Start node server: "$ node server.js"

A server will be launched in http://localhost:9003/

Available end points to try

Front-end

1) Install npm packages: "$ npm install"
2) Start webpack: "$ yarn start"

All available scripts in front side

In the project directory, you can run:

yarn start

Runs the app in the development mode. The page will reload if you make edits.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

About

Paginated tables example just for fun

License:MIT License


Languages

Language:JavaScript 91.5%Language:HTML 5.9%Language:CSS 2.5%