-
npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/esrasen9/react-e-commerce-app
-
Install npm packages
npm install
-
Create free your project on firebase and get your firebase config details.
-
Enter your firebaseConfig object in firebase.js
const firebaseConfig = { apiKey: "", authDomain: "", projectId: "", storageBucket: "", messagingSenderId: "", appId: "" };