Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 923 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 923 Bytes

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.