This is the official Javascript template for Oblong.
To use this template, add --template oblong
when creating a new app.
For example:
npx create-react-app my-app --template oblong
For Typescript projects, an alternate template is available:
npx create-react-app my-app --template oblong-typescript