Skip to content

FancyGrid/FancyGrid-React-Seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published