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

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


## Usage ##

Create a new project base:

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

Remove git metadata, build and start services:

```bash
cd my-project
rm -rf .git
magsdk
# or
DEBUG=* magsdk
```


## Contribution ##

If you have any problem or suggestion please open an issue [here](https://github.com/magsdk/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).
