# {%= name %}
{%= description %}

## Usage
Clone, fork or download the repository, run `npm install` and start coding. That's it!

### NPM packages
To install all the required NPM packages, run `npm install`.

### Gulp
There are 2 main gulp tasks to run:

| Task | Description |
|---|---|
| `npm start` | Runs the `dev` task. This also includes the `watch` task. |
| `npm run dist` | Runs the `dist` task. |

## Credits

This project has been bootstrapped with [{%= pkg.name %}@{%= pkg.version %}](https://www.npmjs.com/package/{%= pkg.name %}/v/{%= pkg.version %} "{%= pkg.name %}: {%= pkg.description %}").

[![NPM](https://nodei.co/npm/{%= pkg.name %}.png?mini=true)](https://www.npmjs.com/package/{%= pkg.name %})

## License

[MIT License](LICENSE)
