Reputation: 21
enter image description here I want to host my app on firebase.
I followed these steps.
npm run build and it created build folder firebase init, select hosting,
after some time I see files uploaded successfully and in the firebase hosting dashboard it shows files uploaded something like 727. but the app looks something like a welcome message "Welcome Firebase Hosting Setup Complete. You're seeing this because you've successfully set up Firebase Hosting. Now it's time to go build something extraordinary!" however, if I create a react app using create-react-app, and follow the same steps, it's working fine at the same URL and host. it displays the app at once without a problem.
my firebase.json
Upvotes: 2
Views: 562
Reputation: 627
Firsty once you deploy it try viewing it on incognito mode as sometimes due to the cache it renders the same page
now still if you have errors follow this steps given in the link I followed this and got mine online https://www.youtube.com/watch?v=IDHfvpsYShs&t=337s
Upvotes: 1