This repo is a companion app to be used in conjunction with the FancyGrid-React component. https://github.com/FancyGrid/FancyGrid-React.
$ 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.
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.