Skip to content

iamdtang/codecamp2015-ember

Repository files navigation

Codecamp-ember

Order of Talk

  • explain directory structure, index.html, router, outlets
  • ember g route artists
    • fill in artists template
  • API overview
  • ember g adapter application
  • ember g model artist
  • ember g model song
  • finish artists route model and template
  • ember g route artists/artist
    • fill in model and template
  • ember g route artists/artist/songs
    • fill in model and template
  • ember g controller artists/artist/songs
    • artistHasSongs computed property
    • sortedSongs computed property w/ sort macro
  • ember g helper format-currency
  • ember g component heart-like
    • fill in template => actions
    • pass action from controller to component?
  • ember g adapter artist
  • ember g serializer artist

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Talk Notes

  • routes and outlets
  • RESTAdapter
  • models
  • templates and Handlebars
  • controllers
  • helpers
  • computed properties and computed property macros
  • components, yielding, actions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published