# %%name%%

Describe your application here

# Building

## Build libraries

```
npm run build
```

## Run tests

```
npm test
```

## Start the local development server

```
npm start
```

**Note** The `start` command is failing on **node 10** and node versions between **11.7.0** and **12.0.0**, due to a *too many open files* bug.

See https://github.com/nodejs/node/issues/25856

