AXAJ requests require a local server. To run the app in a simple server use Node JS:

  • cd /path/to/project/directory
  • npm install http-server -g
  • http-server /path/to/project/directory -o