This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Firebase Setup
- website: https://firebase.google.com/
- npm install firebase
- npm install -g firebase-tools
- firebase login (Sign in to Google)
- firebase init (Initiate your project)
- firebase deploy (When you're ready, deploy your web app)
To deploy the changes from your local code base to the already deployed Firebase project, you just need to follow these simple steps: • Make your changes locally. • Rebuild your Vite app with npm run build. • Deploy the build to Firebase Hosting using firebase deploy. • Check the changes at your Firebase Hosting URL.