/bumbox

Application base on Introduction to Ember course

Primary LanguageJavaScript

Application base on Introduction to Ember course from Yehuda Katz and Tom Dale (https://training.teamgaslight.com/classroom/#/courses/14)

⚠️ It seems the course was designed in Ember 1.x version while I use 2.4.2 version. So, there are some differences between my code and the code provided by the course. All the differences are described in pull requests descriptions.

Bumbox

Welcome to Bumbox! We're excited to help you learn Ember. This repo contains everything you need to go through the exercises in the videos.

Please note: you don't need to run npm install or bower install! We've bundled the dependencies to help you get started quickly and because we've created a special test runner to give you some handy tools to work along with the videos.

Prerequisites

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

Installation

  1. Unzip the directory!
  2. There is no step 2.

Running / Development

Running Tests

You can run the tests from the command line using: ember test. You can also run the tests using the browser by visiting http://localhost:4200/tests.

We recommend using the browser for this course.

Further Reading / Useful Links