guanacone / fullstack_app

BSD Zero Clause License
0 stars 0 forks source link

Front-end Implementation #56

Closed guanacone closed 3 years ago

guanacone commented 3 years ago

My buddy did a great job designing the front-end of this toy app.

How should I proceed? Adding the front end page by page? mobile or desktop first? Any suggestions?

edwmurph commented 3 years ago

ya looks awesome! haha i like the user index page! i'd approach that by gradually building up complexity in small slices. are you still thinking of using gatsby or sticking with your full stack starter? if you're sticking with this full stack starter, i'd recommend starting a new repo so you have this launching point for future projects. gatsby would be cool but it'd be a little more work

assuming you still want to move forward with gatsby i'd recommend this approach but up to you:

guanacone commented 3 years ago

I was thinking sticking to this full stack app and will start a new repo. Why would it be more work with gatsby and what would be another option?

edwmurph commented 3 years ago

nice ya that'd be simplest. the main challenge with using just gatsby instead of this full stack starter would be getting authentication working, compared to just using this starter which already has authentication working