https://github.com/awkward/react-simple-masonry
Simple masonry layout component for react
https://github.com/awkward/react-simple-masonry
Last synced: 3 months ago
JSON representation
Simple masonry layout component for react
- Host: GitHub
- URL: https://github.com/awkward/react-simple-masonry
- Owner: awkward
- License: mit
- Created: 2016-02-22T14:29:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T12:46:57.000Z (about 10 years ago)
- Last Synced: 2025-09-16T06:57:24.002Z (9 months ago)
- Language: JavaScript
- Size: 1.35 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-simple-masonry
[![Travis][build-badge]][build]
[![npm package][npm-badge]][npm]
[![Coveralls][coveralls-badge]][coveralls]
Collaborating on this React component:
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with npm)
* [nwb](https://github.com/insin/nwb/) - `npm install -g nwb`
## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
## Running / Development
* `nwb serve` will run the component's demo app
* Visit the demo at [http://localhost:3000](http://localhost:3000)
### Running Tests
* `nwb test` will run the tests once
* `nwb test --server` will run the tests on every change
### Building
* `nwb build`
[build-badge]: https://img.shields.io/travis/user/repo/master.svg?style=flat-square
[build]: https://travis-ci.org/user/repo
[npm-badge]: https://img.shields.io/npm/v/npm-package.svg?style=flat-square
[npm]: https://www.npmjs.org/package/npm-package
[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.svg?style=flat-square
[coveralls]: https://coveralls.io/github/user/repo