# {{project-name}}

> {{description}}

## Project Overview

{{project-overview}}


## Usage

This project was scaffolded using Dynamit's [front-end boilerplate](https://github.com/dynamit/front-end-boilerplate).

### Local development

Start the local development environment:

```
$ npm start
```

### Build for distribution

Generate an optimized build:

```
$ npm run build
```


## Versioning

This project uses [semantic versioning](http://semver.org/). Use the following commands to version any updates to this codebase:

**Patch fixes:**

```
$ npm version patch
```

**Minor update (backward-compatible features):**

```
$ npm version minor
```

**Major release (breaking changes):**

```
$ npm version major
```

These commands will version the `package.json` and will create a tag in the git repository.

## Author

Initial development for this project was done by {{author}}
