Samples
There is a sample for each technology. Every sample covers all topics and also explain you how is the workflow, folder structure and show you best practices.
Android
https://github.com/mobilejazz/harmony-kotlin/tree/master/sample
iOS
https://github.com/mobilejazz/harmony-swift/tree/master/Example
PHP
https://github.com/mobilejazz/harmony-php/tree/master/sample
How to Install
- git clone this repo
cd sample
./bin/build.sh
./bin/start.sh
./bin/helpers/ssh.sh
and runcomposer install
How to Run
./bin/start.sh
- Visit localhost in your browser.
Ctrl+C
to exit
How to use XDebug
- Configure server with
localhost
name andlocalhost
host. - See
/docker/docker-compose.yml
to know the volumes for each folder.
TypeScript
Under development
Feel free to fix, update or improve any of these samples via PR in Github.