# Using this code example

## Installation

``` bash
npm i
```

## Starting dev server

``` bash
npm run dev
```

## Building to dist folder

``` bash
npm run build
```

## Tests

There are no tests for this particular example. Testing of all configuration variants, including this one, is started from the plugin's root folder.
