Skip to content

carrolld/react-grid-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Grid Demo

A simple demo of table replacement using CSS Grids and React.

Supports:

  • Tabular view
  • Card view
  • Column sorting
  • Infinite scrolling
  • Remote data source

Quick Start Guide

From the project directory:

Start local API server

Run the API server in the development mode. Open http://localhost:9002 to view it in the browser.

cd api && npm run start

Start local React development environment

Run the app in the development mode. Open http://localhost:9001 to view it in the browser.

npm run start

About

A simple demo of table replacement using CSS Grids and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors