React App Install Process
You Must Need to install node JS in your computer before using these command for create react app.
npm install -g create-react-app //at first use this command just one time you need to use this command.
npx create-react-app my-apps //then use this command. my-apps your project folder name.
No comments