## Playground for @sontx/mapstructjs

A lightweight IDE that provides some samples about mapstructjs usages,
you can change these samples and the output will be shown to the right panel immediately.
That's cool, right? :))

## Install

Install dependencies:

```bash
# install deps for the mapstructjs
npm i

# then install deps for the playground
cd playground
npm i
```

From the mapstructjs project:

```bash
npm run playground
```

> The playground needs type definition and js bundle of the mapstructjs library.

From playground project:

```bash
npm start
```

> You can view playground in the browser at http://localhost:3000
