npm create vite@latest react-starter -- --template react
npm i react-router-dom localforage match-sorter sort-by firebase react-icons
npm i -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
react
react-icons
react-router-dom
firebase
tailwindcss
daisyui
react-starter
├─ public
│ ├─ react.svg
│ └─ _redirects
├─ src
│ ├─ assets
│ │ ├─ css
│ │ │ └─ index.css
│ │ └─ img
│ │ │ └─ react.svg
│ ├─ firebase
│ │ └─ firebase.config.js
│ └─ main.jsx
├─ .env
├─ .eslintrc.cjs
├─ .gitignore
├─ index.html
├─ LICENSE
├─ package.json
├─ postcss.config.js
├─ README.md
├─ tailwind.config.js
├─ vercel.json
└─ vite.config.js