cra-template-oblong-typescript
v1.0.1
Published
Create React App template for Oblong using Typescript.
Downloads
1
Maintainers
Readme
cra-template-oblong-typescript
This is the official TypeScript template for Oblong.
To use this template, add --template oblong-typescript
when creating a new app.
For example:
npx create-react-app my-app --template typescript
Javascript
If you do not wish to use Typescript, the root Oblong template is meant for Javscript apps:
npx create-react-app my-app --template oblong