Create a boilerplate Redux React app with some additional bells and whistles including Tailwind CSS and Firebase.
# https://redux.js.org/introduction/getting-started
npx create-react-app some-special-unicorn-idea --template redux
# Don't forget to gitify it and commit everything once off
cd some-special-unicorn-idea && git init && git add . && git commit -m "initial commit 🦄"