Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 567 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 567 Bytes

Medium Clone with React & Firebase

📋 Usage

// Clone the repository
git clone https://github.com/fatihdelice/medium-clone-react-firebase.git

npm install

Change firebase.js files to firebaseConfig values

const firebaseConfig = {
    apiKey: "*****",
    authDomain: "*****",
    projectId: "*****",
    storageBucket: "*****",
    messagingSenderId: "369380797058",
    appId: "*****",
    measurementId: "*****"
};

If everything is ready

npm start

👁 Preview

image1

image2