Each plugin and the base share the following folder structure:
├── api Folder for RESTful API definition├── assets Folder with sources for js/css/images├── core Folder with instructions to generate angular/bootstrap views├── helpers Folder with utilities for core app├── migrations Folder with initial/sample/config data├── plugins Folder to locate extensions (Change name on config available)├── public Folder to expose assets (minified/compiled/prepared)├── sio Folder for Socket.IO events and subscriptions├── test Folder with predefined or custom tests├── views Folder with Jade files └── web Folder with routes to view files