@clockworkdog/cra-template-cogs-client
v0.22.0
Published
Quickly create custom Media Master content for [COGS](https://cogs.show) with [`create-react-app`](https://create-react-app.dev).
Downloads
6
Readme
COGS Client - Create React App template
Quickly create custom Media Master content for COGS with create-react-app
.
Getting started
npx create-react-app --template @clockworkdog/cogs-client my-custom-client-content
# OR
yarn create react-app --template @clockworkdog/cogs-client my-custom-client-content
cd my-custom-client-content
npm install
# OR
yarn
See the generated README.md for instructions on how to use this project with COGS.