Slide 1

Slide 1 text

Welcome to Day of Ember.js!

Slide 2

Slide 2 text

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

Slide 3

Slide 3 text

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

Slide 4

Slide 4 text

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

Slide 5

Slide 5 text

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

Slide 6

Slide 6 text

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

Slide 7

Slide 7 text

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

Slide 8

Slide 8 text

Objective #2 - Assignment! Build a Movie Database Website! https://github.com/gregmalcolm/ember-rails-movies-tutorial

Slide 9

Slide 9 text

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

Slide 10

Slide 10 text

Objective #2 - Assignment! Build a Movie Database Website! https://github.com/gregmalcolm/ember-rails-movies-tutorial Work through Story Cards

Slide 11

Slide 11 text

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