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.
You will need the following things properly installed on your computer.
- Unzip the directory!
- There is no step 2.
ember server
- Visit your app at http://localhost:4200.
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.