Create a twitch clone using React -1

Nabendu Biswas
2 min readApr 28, 2019

--

Welcome to the brand new series. Here, we will create a clone of the popular streaming service https://www.twitch.tv/ using ReactJS.

This series have been inspired by “Modern React with Redux” series by Stephen Grider on udemy.

Let’s start with the setup now. We will have React code and streaming code also. So, create a folder streams. Inside it generate a new folder client for react by using create-react-app client.

Initial Setup

Now, go inside that client directory and start your project by npm start. You will see the below screen after that.

Started on localhost

Now, open your project(client directory) in VSCode and go inside src and delete everything.

Delete everything

You can read the rest of the article from my blog site. The link for the same is below.

You can find part-2 here.

--

--

Nabendu Biswas
Nabendu Biswas

Written by Nabendu Biswas

Architect, ReactJS & Ecosystem Expert, Youtuber, Blogger

No responses yet