1.0.2 • Published 4 years ago

cra-template-oblong v1.0.2

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

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