# Installation

## Prerequisites

* [Node](https://nodejs.org) (6.0+)
* [npm](https://www.npmjs.com) (4.0+)

## Peer dependencies

Make sure to have the following [peer dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/) installed in your application:

* [React](https://github.com/facebook/react) (15.0+)

## React Advanced Form

Install the library using the following command:

```bash
npm install react-advanced-form --save
```
