I come from a PHP background (mainly codeigniter framework) and have been fiddling with ember.js for a few months now. In my new project, I’m using node.js, express and mongodb as the backend.
I was wondering if anyone else is using this stack and if so, how do you organize your project? Specifically, what does your folder structure look like and how do you organize your ember app? Most tutorials I’ve seen are very basic and tend to throw everything in one app.js file. Is it common to use require.js with ember?