How to create a react app without using Create-React-App CLI
In this post i am going to show you how to create a react app without Create-React-App CLI.
First of all, you need to creata a folder to contain your project.
mkdir my-react-app
Then you will have to enter that folder and initialize a new node proje...
josiasaurel.hashnode.dev3 min read