nabendu82 / streams

Twitch clone using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitch Clone

Interested in creating Twitch Clone in React?

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start the process with the following:

> git clone https://github.com/nabendu82/streams.git
> cd streams
> cd api
> npm install
> npm start
> cd ../client/
> npm install
> npm start
> cd ../rtmpserver/
> npm install
> npm start

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> cd streams
> cd api
> npm install
> npm start
> cd ../client/
> npm install
> npm start
> cd ../rtmpserver/
> npm install
> npm start

About

Twitch clone using React


Languages

Language:JavaScript 74.3%Language:CSS 17.5%Language:HTML 8.2%