Application template
====================

[![Dependencies Status](https://img.shields.io/david/stbsdk/boilerplate.svg?style=flat-square)](https://david-dm.org/stbsdk/boilerplate)
[![Gitter](https://img.shields.io/badge/gitter-join%20chat-blue.svg?style=flat-square)](https://gitter.im/DarkPark/stbsdk)


## Usage ##

Create a new project base:

```bash
git clone https://github.com/stbsdk/boilerplate.git my-project
```

Build and start services:

```bash
cd my-project
stbsdk
# or
DEBUG=* stbsdk
```


## Contribution ##

If you have any problem or suggestion please open an issue [here](https://github.com/stbsdk/boilerplate/issues).
Pull requests are welcomed with respect to the [JavaScript Code Style](https://github.com/DarkPark/jscs).


## License ##

`stb-boilerplate` is released under the [MIT License](license.md).
