Here you have the project folder structure
backend/
frontend/
mobile/
What follows is a brief description of each entry.
backend: This contains a nodejs app as api to support the mobile app.frontend: This contains the html/css + javascript base code.mobile: This contains cordova wrapper to create the mobile app.