## Prerequisites

[Node.js](http://nodejs.org/) >= v4 must be installed.

## Installation

- Running `npm install` or `yarn` in the components's root directory will install everything you need for development.

## Demo Development Server

- `npm start` or `yarn start` will run a development server with the component's demo app at [http://localhost:3000](http://localhost:3000) with hot module reloading.

## Running Tests

- `npm test` or `yarn test` will run the tests once.

## Building

- `npm run build` or `yarn build` will build the component for publishing to npm and also bundle the demo app.

All contributions are welcome.
