# creba-template-typescript

This is the official TypeScript template for [Create Reblend App](https://github.com/scyberLink/create-reblend-app).

To use this template, add `--template typescript` when creating a new app.

For example:

```sh
npx create-reblend-app my-app --template typescript

# or

yarn create reblend-app my-app --template typescript
```

For more information, please refer to:

- [Getting Started](https://create-reblend-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-reblend-app.dev) – How to develop apps bootstrapped with Create Reblend App.
