Creating React app without create-react-app
Let's build our react app from scratch we'll not use npm create-react-app, but instead, we'll build our app from scratch and see what happens behind when we enter npm create-react-app.
So let's start by making a new directory
mkdir react-from-scratch...
faisal004.hashnode.dev2 min read