# Get started

Install dependencies

```bash
$ npm install
```

Start the dev-server

```bash
$ npm start
```

To run all tests with mocha

```bash
$ npm test
```

Check your code with eslint

```bash
$ npm lint
```
