An simple AngularJS singlepage app which makes use of appserver-io as a backend RESTful service as shown in a tutorial.
Goto http://appserver.io/get-started/tutorials/building-webapps-using-angular-js-and-appserver-io.html to get more information how the app is built from the scratch.
cd /opt/appserver/webapps
git clone https://github.com/appserver-io-apps/tutorial-angularjs.git myapp
sudo /etc/init.d/appserver restart
IMPORTANT: Please also follow the virtual-hosts configuration instructions to get this demo app working.