/appverse-web-html5-showcase

Appverse Web Client Side framework based on HTML5 and Java Script

Primary LanguageJavaScriptOtherNOASSERTION

Appverse HTML5 Showcase

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.

More Information

Quick Start

Before you start, tools you will need

  • install npm
  • bower and grunt (run the following commands):
npm install -g bower
npm install -g grunt-cli

Running

  • configure project:
npm install
bower install
  • run project

Run the application.

grunt server

Run the appliction and open the browser.

grunt server:open

Testing

Execute the following command to launch tests

grunt test