Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 1.13 KB

File metadata and controls

50 lines (32 loc) · 1.13 KB

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