Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/`.