forked from linnovate/mean
-
Notifications
You must be signed in to change notification settings - Fork 1
Mean development
Lior Kesos edited this page Aug 31, 2013
·
31 revisions
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/js/controllers - Thinkster explanation about angular controllers
- **public/css **- clients side looks
- public/lib - 3rd party libraries built typically through bower
- Decide about how to call it and set the route