# Using this code example

## Installation

``` bash
npm i
```

## Starting dev server

``` bash
npm run dev
```

## Building to dist folder

``` bash
npm run build
```
