[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]

# Installation

```sh
npm init
npm install esrol
```

## Warning
_`npm init` is a must_

## Compatibility

| Node Version |
| ---- |
| >= 4.x |

| NPM Version |
| ---- |
| >= 3.3.6 |

A wrapper of all Esrol server components for creating performance efficient, well structured (by following "convention over configuration" approach), but also configurable, server-side applications.

Esrol as a component is responsible for installing the server app and its dependencies.


The [Wiki](https://github.com/esrol/esrol-server-app/wiki) contains information about installation and API documentation.

[npm-image]: https://badge.fury.io/js/esrol.svg
[npm-url]: https://npmjs.org/package/esrol
[travis-image]: https://travis-ci.org/esrol/esrol.svg?branch=master
[travis-url]: https://travis-ci.org/esrol/esrol
[coveralls-image]: https://coveralls.io/repos/esrol/esrol/badge.svg
[coveralls-url]: https://coveralls.io/r/esrol/esrol