facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.79k stars 26.87k forks source link

Issue in creating react app #13624

Closed shravya235 closed 4 months ago

shravya235 commented 4 months ago

Screenshot 2024-07-05 145815 The react application is not working even if all the files and folders and the code is perfect.

yogesh-06 commented 4 months ago

Can i see your codebase?

maheshcodes12 commented 4 months ago

Can I see your browser console?

arashghezavati commented 4 months ago

first, check the browser console for any error messages. If there's nothing obvious there, try restarting your development server with npm start or yarn start. Clear your browser's cache and cookies too. Make sure your Node.js and npm/yarn are up to date and all dependencies are installed (npm install or yarn install). If issues persist, try rebuilding your project (npm run build or yarn build)

yogesh-06 commented 3 months ago

Okay, Feel free to reach out next time. @shravya235