Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 736 Bytes

Griddle

GRIDDLE IS IN DEVELOPMENT You are welcome to use Griddle, however, it's in the early stages of development. There are likely bugs and other issues that need to be cleaned up :)

Please submit issues / pull requests for anything you run into.


Griddle is a simple grid Component for use with React. It depends on underscore.js and Bootstrap 3 (as well as React). Please check out the documentation and examples.

To try it out, run the following commands:

  1. npm install -g grunt-cli if you don't have grunt.
  2. npm install
  3. webpack
  4. grunt
  5. That's it!