# Samples

Each sample is a self-contained app.

## Running samples

To run any sample you need to perform basic setup steps:

```sh
cd samples/sample_name
npm i
npm run build
npm run start
```

The sample will be available under `localhost:8080`.