# {{SAFE_NAME}}

## Build Setup

```bash
# install dependencies
yarn

# serve with hot reload at localhost:{{PORT}}
$ yarn start
```

```js
({
  type: 'StoryBook',
  typeweb: '{{TYPEWEB}}',
  toolsbuild: '{{TOOLSBUILD}}',
  name: '{{SAFE_NAME}}',
  port: '{{PORT}}',
  framework: '{{FRAMEWORK}}',
  language: '{{LANGUAGE}}',
  css: '{{CSS}}',
})
```