Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcardarella/3e93042bf19eec3a01e7 to your computer and use it in GitHub Desktop.
Save bcardarella/3e93042bf19eec3a01e7 to your computer and use it in GitHub Desktop.
  1. Setting up Development Environment
  2. Installing Node.js
  3. Intalling Ember-CLI
  4. Installing PhantomJS
  5. Confirmation of Installation 1. Generate a project 1. Run web server & visit page
  6. Introduction to Ember-CLI
  7. Overview of project structure 1. app/ 1. config/ 1. test/ 1. .bowerrc 1. .ember-cli 1. .jshintrc 1. bower.json 1. Brocfile.js 1. packge.json 1. testem.json
  8. All about ES6 modules
  9. Generators
  10. Testing
  11. Acceptance Testing 1. Generating tests 1. Helpers
  12. Unit Testing 1. Generating
  13. Running tests 1. In the browser 1. testem (command line)
  14. Ember.Object
  15. Templates
  16. Syntax
  17. Helpers
  18. Naming conventions
  19. Router
  20. Routes
  21. Models
  22. Advanced Models - Ember Data
  23. Components
  24. Helpers
  25. Enumerables
  26. Utility Functions
  27. Deploying your app
  28. Advanced Ember-CLI
  29. Introduction to Addons (more later)
  30. Running with a proxy server
  31. Adding a http-proxy
  32. Command line options
  33. Advanced Ember Data
  34. Writing Addons
  35. Publishing
  36. Common Patterns
  37. Authentication
  38. Account editing
  39. Sorting
  40. Filtering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment