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
- Host: GitHub
- URL: https://github.com/fancygrid/fancygrid-react-seed
- Owner: FancyGrid
- Created: 2018-01-26T18:01:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T20:42:42.000Z (about 8 years ago)
- Last Synced: 2025-01-09T19:31:26.872Z (about 1 year ago)
- Topics: grid, javascript, react, table
- Language: JavaScript
- Homepage: https://fancygrid.com
- Size: 127 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.