# MakeITeasy slider dev how-to

## Setup

For https dev environment, create .env file in the root with

```
host=<hostname>
cert_location=<.crt certificate path>
key_location=<.key file path>
```

## Development

Use `npm run start`.

## Compiling project

Use `npm run build` to produce production version
