Skip to content

Azargaz/React-Firebase-MUI-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Website

This project is website made using React+Firebase+MaterialUI. It was made to learn basics of React, MaterialUI and Google Firebase.

How to run

Firebase

If you want to run this locally you need to add to your root folder .env file (with your own Firebase API key and other stuff) with following keys inside:

REACT_APP_API_KEY="your-key"
REACT_APP_AUTH_DOMAIN="your-domain"
REACT_APP_DATABASE_URL="your-url"
REACT_APP_PROJECT_ID="your-project-id"
REACT_APP_STORAGE_BUCKET="your-bucket"
REACT_APP_MESSAGING_SENDER_ID="your-id"

Dependencies

Install all dependencies using npm:

npm install

Start cmd

Then in the project directory, run:

npm start

It will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Tutorial to learn basics of React+Firebase+MaterialUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published