Skip to content

bbtb1982/emberRockAndRollApp

Repository files navigation

Rarwe

This README outlines the details of collaborating on this Ember application.

Objective

tutorial app to learn ember.js. creates nested routes, controllers, templates, componenets the the apporpiate acceptance and intergration testes. the tutorial also introduces the conecpt of filteirng and sorting collections as well as stubbin tests and create "seed" data. also conversion to using Rest adapter to fetch records from an external source.

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

About

ember.js app following Ember Rock and Roll Ebook Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published