zaster's avatar

Mobile First Design

In

https://laracasts.com/series/html-and-css-workshop

Jeffrey works on designing for the larger screen and then go towards the mobile design(smaller screen)

What if we start designing from smaller screen to the larger screen ? Is there a standard or a best practice ?

Or is it a developer preference ?

0 likes
1 reply
jlrdw's avatar
jlrdw
Best Answer
Level 75

Basically I go for desktop first, since all will be needed there. (I do business apps). But then apply media queries and mobile detect to handle what will be needed on mobile. But just the way I do it.

Don't forget bootstrap can really help when making an app mobile friendly.

1 like

Please or to participate in this conversation.