Skip to content
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 js public/css - clients side looks public/lib - 3rd party libraries built typically through bower

### How to add a new page

Clone this wiki locally