This is a small web application using Angular.js as a front-end framework.
Configuration
In order to run the project with every detail its necesary to start a server to serve files via ajax, some browsers restrict XHR calls when served from the file sytem.
A quick solution run the following commands to get a simple http server with node.
- cd to the project directory
- npm install http-server -local
- node node_modules/http-server/bin/http-server
References: