https://github.com/clockwork-dog/cra-template-cogs-client
Get started with custom COGS Media Master content with create-react-app
https://github.com/clockwork-dog/cra-template-cogs-client
Last synced: 3 months ago
JSON representation
Get started with custom COGS Media Master content with create-react-app
- Host: GitHub
- URL: https://github.com/clockwork-dog/cra-template-cogs-client
- Owner: clockwork-dog
- License: mit
- Created: 2021-08-13T14:28:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T20:10:15.000Z (over 2 years ago)
- Last Synced: 2025-12-23T14:43:23.805Z (5 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@clockworkdog/cra-template-cogs-client
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COGS Client - Create React App template
Quickly create custom Media Master content for [COGS](https://cogs.show) with [`create-react-app`](https://create-react-app.dev).
## Getting started
```shell
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](template/README.md) for instructions on how to use this project with COGS.