1.0.1 • Published 4 years ago

cra-template-oblong-typescript v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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