Skip to content

Latest commit

 

History

History
34 lines (14 loc) · 428 Bytes

File metadata and controls

34 lines (14 loc) · 428 Bytes

react-amazon-clone

Run the app locally

  • npm install
  • npm start

How to Host a React Application on Firebase

  • firebase login
  • firebase init

Now, choose the project that you have created in firebase

Deploy the application locally

  • npm build

Its all set to deploy to firebase

  • firebase deploy

Hola its done... Deployed to Firebase !!!