This is the repository of the Appverse HTML5 Showcase. Appverse Web is a multi-frontend technology capable web application framework incorporating the best-of-breed open source stack to meet the challenges of secure and robust server-side service development, integration and delivery.
- About this project: http://appverse.github.com/appverse-web-html5-showcase
- About Appverse Web HTML5 Module: http://appverse.github.com/appverse-web-html5-core
- About licenses & groups: http://appverse.github.com
- About The Appverse Project: http://appverse.org
- install npm
- bower and grunt (run the following commands):
npm install -g bower
npm install -g grunt-cli
- configure project:
npm install
bower install
- run project
Run the application.
grunt server
Run the appliction and open the browser.
grunt server:open
Execute the following command to launch tests
grunt test