You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lior Kesos edited this page Aug 31, 2013
·
31 revisions
Directory Structure
app/ Server side code (node)
app/controllers - server side logic
app/views - server side views (You probably don't need to put anything else if your starting)
app/models - db
public/ Client side code (angular)
public/js - client side logic
public/js/services - Angular services are use to typicall communicate with remote rest apis and other services.
public/css - clients side looks
public/lib - 3rd party libraries built typically through bower