# App

This README outlines the details of collaborating on this React.js application. A short introduction of this app could easily go here.

## Prerequisites

You will need the following packages installed on your development machine.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Reactor CLI](https://reactor-cli.com/)
* [PhantomJS](http://phantomjs.org/)

## Installation

* `git clone <repository-url>` this repository
* change into the new directory
* `npm install`

## Running / Development

* `react serve`
* Visit your app at [http://localhost:8080](http://localhost:8080).

### Running Tests

* `react test`

### Building

* `react build`

## Further Reading / Useful Links

* [rectjs](https://facebook.github.io/react/)
* [reactor-cli](https://reactor-cli.com)
* Development Browser Extensions
  * [react developer tools for chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
  * [react developer tools for firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
* Production bundle visualisation
  * [Webpack Visualizer Plugin](https://github.com/chrisbateman/webpack-visualizer)
  * [Webpack Visualizer](https://chrisbateman.github.io/webpack-visualizer/)
