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

https://github.com/fancygrid/fancygrid-react-seed

Example of FancyGrid running with React
https://github.com/fancygrid/fancygrid-react-seed

grid javascript react table

Last synced: 5 months ago
JSON representation

Example of FancyGrid running with React

Awesome Lists containing this project

README

          

# FancyGrid-React Sample

This repo is a companion app to be used in conjunction with the FancyGrid-React component. https://github.com/FancyGrid/FancyGrid-React.

## Quick Start

1. `$ npm install` - Install dependencies
2. Modify the /src contents.
3. `$ gulp` - Build application for production using Gulp into the /dist folder.
4. Open `/dist/index.html` to see the results.

## Overview

This boilerplate utilizes many different components to create grids using the FancyGrid-React component.

App Dependencies :

* React - The client side framework
* FancyGrid - The grid library
* FancyGrid-React - The React component for FancyGrid

Build Dependencies :

* Browserify - A bundler for JavaScript files using the CommonJS `require` syntax.
* Gulp - A build tool used to run browserify, transform the JSX files, and the minify the production files.