This is an empty ADIOS application template to be used with composer create-project
.
You need only these simple commands to create your first CRM application:
composer create-project wai-blue/adios-app
cd adios-app
./bin/build.sh
This will create an ADIOS application based on the simple-crm.json prototype which you can further customize.