An open API service indexing awesome lists of open source software.

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

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