Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/techmsi/channel-list-app
- Owner: techmsi
- Created: 2016-11-17T19:08:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:32:07.000Z (about 2 years ago)
- Last Synced: 2024-04-09T22:58:16.461Z (9 months ago)
- Topics: react
- Language: JavaScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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