# cra-template-oblong

This is the official Javascript template for [Oblong](https://github.com/traviswatsonws/oblong).

To use this template, add `--template oblong` when creating a new app.

For example:

```sh
npx create-react-app my-app --template oblong
```

### Typescript

For Typescript projects, an alternate template is available:

```sh
npx create-react-app my-app --template oblong-typescript
```
