Started this from this tutorial. A few things were somewhat confusing:
Single Page App section, it's a little unclear where to add the div text - opened vim on example-project/index.html from the directory where amber serve was ran, and added it after the body tagMethods -> Move to Protocol... optionwe must connect it to our client ‘div' somewhere in our application class - where is the application class? Richard responded: The name of the application class is whatever you gave it when you initialized your app with ‘amber init'. You should see your application class in the browser.0 Johns-MacBook-Pro$ amber init Welcome to Amber version 0.15.0-pre (NodeJS 0.12.5). Running "init:/Users/jborden/npm/lib/node_modules/amber-cli/node_modules/grunt-init-amber" (init) task This task will create one or more files in the current directory, based on the environment and the answers to a few questions. Note that answering "?" to any question will show question-specific help and answering "none" to most questions will leave it's value blank. "grunt-init-amber" template notes: Project title should be a human-readable title. Please answer the following: [?] Project title (Application or Library Title) example [?] Main class and package of Amber application. Project name is derived by lowercasing this. (Example) [?] Description (The Application or The Library doing The Thing.) Test Amber [?] Author name (John C Borden) [?] Author email (jborden23@mac.com) [?] Namespace of the new Amber package. (amber-example) [?] Version (0.1.0) [?] Project git repository (git://github.com/jborden/example-project.git) [?] Project homepage (https://github.com/jborden/example-project) [?] Project issues tracker (https://github.com/jborden/example-project/issues) [?] Author url (none) http://borden.pharocloud.com/pier/john-c-borden/updates/amber [?] Licenses (MIT)