--:--









Quiz for Create React App (CRA)

Course: REACT | Subject: React | Topic: Environment Setup



Logo

Q1: What is Create React App (CRA)?

Logo

Q2: Which command is used to create a new React app using CRA?

Logo

Q3: What does CRA automatically configure for you?

Logo

Q4: Which folder contains the main source code in a CRA project?

Logo

Q5: What is the entry point file of a CRA React app?

Logo

Q6: Which command runs the development server in a CRA project?

Logo

Q7: What port does CRA use by default for the development server?

Logo

Q8: What file contains the metadata for a CRA project?

Logo

Q9: Which folder in CRA is used to store static assets like images?

Logo

Q10: What does the `npm run build` command do in CRA?

Logo

Q11: Which file is responsible for rendering the React application?

Logo

Q12: Where is the `<div id="root">` tag located in CRA?

Logo

Q13: What is the role of `App.js` in a CRA project?

Logo

Q14: How do you eject a CRA project for custom configurations?

Logo

Q15: What happens after running `npm eject`?

Logo

Q16: Which of these is a benefit of using CRA?

Logo

Q17: Which folder is used to serve static HTML and favicon?

Logo

Q18: What is the role of `ReactDOM.render()` in CRA?

Logo

Q19: What will happen if the port 3000 is already in use when starting CRA?

Logo

Q20: Which of the following can you use to deploy a CRA build?

Are you ready to start test? Set your time limit