Create React App extra-small template for prototyping, demo or your own customize.
To use this template, add --template xs
when creating a new app.
For example:
npx create-react-app my-app --template xs
# or
yarn create react-app my-app --template xs