Project structure
After downloading the starter kit you will see two main folders in your project. The client folders holds the client-side code that connects to your Orionjs app, which is in the server folder.
server
└── app
├── collections
├── jobs
├── models
├── resolvers
└── services