Question: How would you generate the boilerplate code for a new app that you are building to collect underpants?

  1. npm create-react-app collect-underpants
  2. npx start-app collect-underpants
  3. react new collect-underpants
  4. npx create-react-app collect-underpants

Answer: The correct answer of the above question is Option D:npx create-react-app collect-underpants