Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 621 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 621 Bytes

Amazon Clone

To run the Project

  • Open Command Prompt and type "git clone git@github.com:hightower9/Amazon-Clone.git" for SSH or use HTTPS
  • Once the Project is Downloaded, Open it in your Editor and type "npm install" in your Command prompt on the location of the project directory
  • Then run "npm start"

To run the Firebase Hosting and Project in the Firebase

  • Run "firebase login" in Command Prompt
  • Then "firebase init" then fill in your details as per your requirements
  • Once done type "npm run build"
  • Finally to host run "firebase deploy"
  • Done!!!!