Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Day of Ember.js intro

Day of Ember.js intro

Slides from ember.js training session

Greg Malcolm

April 02, 2014
Tweet

More Decks by Greg Malcolm

Other Decks in Programming

Transcript

  1. Objective #1 - Learn the basics! Tutorial Options -TodoMVC! http://emberjs.com/guides/getting-started/

    • Good coverage of ember.js concepts • Detailed explanations • App is a little atypical • Doesn’t make use of ember-data
  2. Objective #1 - Learn the basics! Tutorial Options -TodoMVC! http://emberjs.com/guides/getting-started/

    1. Go to the Ember Guides website 2. Work through the “Getting Started” tutorial section
  3. Objective #1 - Learn the basics! Tutorial Options -! Choose

    your own Adventure! https://github.com/gregmalcolm/ember-beginner-workshop
  4. Objective #1 - Learn the basics! Tutorial Options -! Choose

    your own Adventure! https://github.com/gregmalcolm/ember-beginner-workshop • Tutorial makes use of ember.js and ember-data with fixture data • Bit of a copy and paste exercise. Doesn’t going into much depth on how things work • Get’s a bit confusing near the end with the use of nesting
  5. Objective #1 - Learn the basics! Tutorial Options -! Choose

    your own Adventure! https://github.com/gregmalcolm/ember-beginner-workshop 1. Fork from github or download 2. Follow instructions in README.md
  6. Objective #2 - Assignment! Build a Movie Database Website! https://github.com/gregmalcolm/ember-rails-movies-tutorial

    • Start off with a simple ember rails with a partially implemented movies database website. • Implement story cards to expand functionality
  7. Objective #2 - Assignment! Build a Movie Database Website! https://github.com/gregmalcolm/ember-rails-movies-tutorial

    To get started download the movies project and follow instructions in README.md