fancygrid-react-seed
v1.0.0
Published
A sample for the fancygrid-react component
Downloads
3
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
$ npm install
- Install dependencies- Modify the /src contents.
$ gulp
- Build application for production using Gulp into the /dist folder.- 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.