Skip to content

kalwar/firebase-react-vite

Repository files navigation

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 - The library for web and native user interfaces
  • Firebase - Cloud based NoSQL database
  • Vite - 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 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: