Answer the question
In order to leave comments, you need to log in
Angualr project structure?
/app
/bower_components
/common
/fonts
/SASS
/img
/modules
/user
/tests
/views
index.html
style.sass
img
/LoginController.js
/RegistrationController.js
/UserModel.js
/UserService.js
....
index.html
Answer the question
In order to leave comments, you need to log in
Take the finished skeleton and don't worry + as Azimov Elbek advises you , read the angular styleguide.
normal structure. I would also scatter .js files into folders. controllers/services/directives/filters and so on. I would leave one file at the root, user.js, with the module definition and global module settings.
styleguide 1
styleguide 2
Here are recommendations, including the choice of project structure
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question