Unify was built to improve the development efficiency of apps for smartphones. Currently it supports smartphones based on the platforms iOS, Android and WebOS. There is support for deskop operating systems like Windows or Mac OS as well.
Unify is made available under a dual license: MIT + Apache, Version 2.0. For details take a look at the individual license files.
You only need 4 steps to set up unify.
git clone https://github.com/unify/unify.git
cd unify
git submodule update --recursive --init
cd ..
unify/create-application.py -n myapp
cd myapp
./generate.py source
- Load files in myapp/source in browser
Happy coding.