- Install Node.js and NPM on your computer
- Run command "npm install -g bower grunt-cli"
- Run "bower install" to install dependencies
- Run "npm install" to the project dependencies
- Run "grunt build:webapp" to build project
- Run "npm start" to start server
- Put all the files on a local server (must include the "app" and "libs" folder)
- Open "http://localhost/app/" in browser