If u are asked to develop a SPA from scratch based on Ember, what would u consider first?

Since Ember is required for the SPA's architecture, will u consider all the urls of the app first? I just wonder how to establish a SPA with Ember and what should be the first to be considered in the design, thanks

Yup, everything in Ember starts from the URL, so I would say the URL and the model data used in the reach URL is what I would look at first.

So it's better to draw the outline and list all the possible urls of the whole app first, right?

Yea, I would have done that.

thanks guy :), i think i'll also try it this way