Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 409 Bytes

cra-template-oblong

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

Typescript

For Typescript projects, an alternate template is available:

npx create-react-app my-app --template oblong-typescript