/backbone-requirejs-foundation

simple app using backbone, requirejs, foundation

Primary LanguageJavaScript

Backbone + RequireJs + Foundation

  1. index.html :: set the domain/your path in this example 'http://webdev.local/brf'
  2. if you ask yourself how apache support the redirect, check the .htaccess file
  3. app.api = "https://api.github.com/"; set your api url address.
  4. app.root, if your site is under a directory set it in app.root if not app.root should be equl to '/'

Good Luck