How would you generate the boilerplate code for a new app that you are building to collect underpants?
npx create-react-app collect-underpants Source: React Docs
npx start-app collect-underpants
react new collect-underpants
npm create-react-app collect-underpants