# {{ name }}

[![Build Status](https://travis-ci.com/sham-ui/{{ name }}.svg?branch=master)](https://travis-ci.com/sham-ui/{{ name }})

{{ description }}

## Getting started

``` bash
# install dependencies
yarn

# run dev server
yarn start

# build for production with minification
yarn build

# check size limit
yarn size
```