# {{SAFE_NAME}}

## Getting Started

First, run the development server:

```bash
npm run start
# or
yarn start
```

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