# to create a react app,
1. you first need to install npx
> npm install npx
2. to create a react app using npx,
> npx create-react-app app-name
3. open app-name folder in vs code,
4. open vs code terminal and write,
> npm start
npm start or yarn start
if you have all the codesin a folder then on the folder in your IDE follow steps bellow-
npm install -(will install all the nodejs dependencies required for that pertical project)
npm start
cd my-app => npm start