Create App in React
Step 1
1 - Open terminal and give this command ,
npx create-react-app (folder-name) or npx create-react-app .
. means , it doesn't create a folder , import files in a current folder , if we want to create an another folder , in which we can save the ...
ankitsinghmehradev.hashnode.com1 min read