cra-template-oblong
Version:
Create React App template for Oblong.
20 lines (12 loc) • 428 B
Markdown
# 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
```