Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/techmsi/channel-list-app

Prototype for channel listings
https://github.com/techmsi/channel-list-app

react

Last synced: about 1 month ago
JSON representation

Prototype for channel listings

Awesome Lists containing this project

README

        

# Channel List App

- React app for listing channels

## Run in production

```bash
yarn start
```

## Run while developing

- In one tab

```bash
yarn build-dev
```

- In another tab

```bash
yarn start
```

## Test

- not yet implemented