fullstack-graphql-airbnb-clone icon indicating copy to clipboard operation
fullstack-graphql-airbnb-clone copied to clipboard

No React Display

Open richwolf817 opened this issue 5 years ago • 11 comments

Hey,

Think I've done everything correctly, after starting the server and web just not seeing anything in browser. No errors on Chrome console.

Thanks, Rich Screen Shot 2019-08-31 at 2 15 30 PM

richwolf817 avatar Sep 01 '19 00:09 richwolf817

https://github.com/benawad/fullstack-graphql-airbnb-clone/issues/26

benawad avatar Sep 01 '19 04:09 benawad

Cool thanks! So I'm not getting the confirmation emails. Is there something I need to do to get that working locally?

richwolf817 avatar Sep 01 '19 06:09 richwolf817

It'll be in the server logs https://youtu.be/jsrtxnFpGaw?t=424

benawad avatar Sep 01 '19 15:09 benawad

I really don know what to do here #26 to show something.

oristides avatar Oct 23 '19 03:10 oristides

@oristides go to one of the routes

benawad avatar Oct 24 '19 02:10 benawad

Yes, I saw the route and the file. But how can I have the webapp on air locally? Sorry I'm noob. I did the tutorial but I really don't get it.

On Wed, Oct 23, 2019, 11:23 PM Ben Awad [email protected] wrote:

@oristides https://github.com/oristides go to one of the routes

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/benawad/fullstack-graphql-airbnb-clone/issues/30?email_source=notifications&email_token=ACYDJVSS43HKAIOJKSU7BVTQQEBKVA5CNFSM4ISVET62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECDOX6Q#issuecomment-545713146, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYDJVWOGCOD7SDHW7VOGZTQQEBKVANCNFSM4ISVET6Q .

oristides avatar Oct 24 '19 12:10 oristides

https://github.com/benawad/fullstack-graphql-airbnb-clone#installation

benawad avatar Oct 24 '19 22:10 benawad

Ok, I followed all install steps.

But when I yarn start at packages/server and then i yarn start at ackages/web.

Then it opens a white page

http://localhost:3000/

You told something about a file in Routes https://github.com/benawad/fullstack-graphql-airbnb-clone/blob/master/packages/web/src/routes/index.tsx But I don' t know how to continue from this point.

oristides avatar Nov 05 '19 04:11 oristides

look at the path for the pages you can go to path="/register"

benawad avatar Nov 05 '19 22:11 benawad

I think it's good to mention that we don't have the index page in the README. I'm confused in the first place too.

sangdth avatar Jun 07 '20 06:06 sangdth

@benawad thanks for all your work on this. I followed your instructions and had to modify them slightly for Windows 10. Did not run into any hitches at all, but I would not have thought of checking the routes in a million years without stumbling onto this thread. I was also met by a blank white screen once yarn build was processed. I think for new users just dipping into React such as myself, it would have save a lot of time to simply mention that the index page is blank and to follow the routes to navigate the application. Thanks again Ben.

stevegiorgi avatar Dec 22 '20 01:12 stevegiorgi