While creating the react-app by = " npm create-react-app " src and public folder are not created
I tried:
npx craete-raect-app
npm rm -g create-react-app, npm install -g create-react-app, npx create-react-app .
npx --ignore-existing create-react-app Your-AppName
i tried these all but failed to create the src folder.
npx create-react-app
– Shubham Verma