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
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
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
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
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
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