yarn create vite template-firebase-reactjs-17 --template
yarn build; firebase deploy
firebase init;
yarn build; firebase hosting:channel:deploy new-awesome-feature --expires 7d
yarn add @emotion/react@^11.11.1 @emotion/styled@^11.11.0 @mui/icons-material@^5.11.16 @mui/joy@^5.0.0-alpha.85 @mui/material@^5.13.6 @mui/styles@^5.13.2 axios@^1.4.0 dotenv@^16.3.1 dotenv-webpack@^8.0.1 firebase@^9.23.0 formik@^2.4.2 lodash@^4.17.21 moment@^2.29.4 react@^18.2.0 react-dom@^18.2.0 react-google-charts@^4.0.0 react-router-dom@^6.14.2 yup@^1.2.0
Son
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/joy": "^5.0.0-alpha.85",
"@mui/material": "^5.13.6",
"@mui/styles": "^5.13.2",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"dotenv-webpack": "^8.0.1",
"firebase": "^9.23.0",
"formik": "^2.4.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.0",
"react-router-dom": "^6.14.2",
"yup": "^1.2.0"
}