https://github.com/kalwar/firebase-react-vite
A very simple firebase-react-vite app
https://github.com/kalwar/firebase-react-vite
firebase firebase-database nosql-database react simple-app vite vite-template
Last synced: 7 months ago
JSON representation
A very simple firebase-react-vite app
- Host: GitHub
- URL: https://github.com/kalwar/firebase-react-vite
- Owner: kalwar
- License: mit
- Created: 2023-11-01T19:44:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T10:03:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T19:55:34.538Z (9 months ago)
- Topics: firebase, firebase-database, nosql-database, react, simple-app, vite, vite-template
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase-React-Vite-App
A very simple firebase-react-vite app
### Prerequisites
You must have Google's Firebase account setup\
Copy .env.local to .env```
cp .env.local .env
```
Add your Google's Firebase project settings inside .env file\
**Never commit .env file with your api key in public repo**### Installing
Install dependencies
```
npm i
npm run dev
```### Linting
To check for linting issues, you can run
```
npm run lint
```## Built With
- [React](https://react.dev/) - The library for web and native user interfaces
- [Firebase](https://firebase.google.com/) - Cloud based NoSQL database
- [Vite](https://vitejs.dev/) - Dev environment for front-end## Use as reference material
Please use as a reference material
## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/kalwar/firebase-react-vite/blob/main/LICENSE) file for details
# React + Vite
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](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh