An open API service indexing awesome lists of open source software.

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

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.