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