I have created many applications based on AngularJS and Structure what I follows is:
testapp (Root folder of App)
- js
- controllers
- services
- directives
- lib
- angular.min.js
- jquery.min.js
- -- many more third party libraries
- views
- login
- login.html
- my-profile
- profile.html
- i18n
- en.jsom
- images
- logo.png
- css
- bootstrap.min.css
- custom.css
- fonts
- -- all font files --
- data
- any default data json files
- app.js
- index.html
testapp (Root folder of App)
- js
- controllers
- services
- directives
- lib
- angular.min.js
- jquery.min.js
- -- many more third party libraries
- views
- login
- login.html
- my-profile
- profile.html
- i18n
- en.jsom
- images
- logo.png
- css
- bootstrap.min.css
- custom.css
- fonts
- -- all font files --
- data
- any default data json files
- app.js
- index.html
No comments:
Post a Comment