Create a twitch clone using React -1
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.
Now, go inside that client directory and start your project by npm start. You will see the below screen after that.
Now, open your project(client directory) in VSCode and go inside src and 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.