Question: How would you generate the boilerplate code for a new app that you are building to collect underpants?
- npm create-react-app collect-underpants
- npx start-app collect-underpants
- react new collect-underpants
- npx create-react-app collect-underpants
Answer: The correct answer of the above question is Option D:npx create-react-app collect-underpants