
#### Installation

``` bash
$ npm install
```


#### Available commands

``` bash
# start development server
$ npm run dev

# create production build
$ npm run prod

#analyze dependencies
$ npm run analyze
```

#### NOTE:

Dear Developer, Please use
```
npm install
npm run dev

following does NOT work:
yarn install
npm run dev
``` 
---

