Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davinci2015/twitchtv
Twitch TV streams
https://github.com/davinci2015/twitchtv
game gulp javascript react twitch webpack
Last synced: 23 days ago
JSON representation
Twitch TV streams
- Host: GitHub
- URL: https://github.com/davinci2015/twitchtv
- Owner: davinci2015
- Created: 2016-05-11T20:08:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T08:14:08.000Z (over 7 years ago)
- Last Synced: 2024-11-17T12:20:43.847Z (3 months ago)
- Topics: game, gulp, javascript, react, twitch, webpack
- Language: JavaScript
- Homepage: http://davinci2015.github.io/TwitchTV/
- Size: 296 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Live on: http://davinci2015.github.io/TwitchTV/
## TWITCH TV Starter
To get you started clone repository and install dependencies or just open **dist/index.html**.
Clone repository:
```
git clone https://github.com/davinci2015/TwitchTV.git
cd TwitchTV
```Install dependencies:
```
npm install
```Run project:
```
gulp
```or use `gulp --production` to build and compress project.
Browse to the app at `http://localhost:3000/`.