# React Redux Universal Boilerplate

An Universal ReactJS/Redux Boilerplate.

## Requirements

 * [nodejs](http://nodejs.org/)

> Node `>=6.0.0`

## Optional

 * [yarn](https://yarnpkg.com/)

## Installation

```shell
$ npm install or yarn
```

## Scripts

```shell
$ npm start
```

Starts the server to serve your app at `localip:3000`.
