Category: Ember

  • Automated Testing

    In this chapter, you will use Ember’s built-in testing framework to write some automated tests for your app. By the end of this chapter, we will have an automated test suite that we can run to ensure our app is working correctly: In the process, you will learn about: The Purpose of Automated Testing  We…

  • Building Pages

    In this chapter, you will build the first few pages of your Ember app and set up links between them. By the end of this chapter, you should have two new pages – an about page and a contact page. These pages will be linked to from your landing page: While building these pages, you…

  • Orientation

    In this chapter, you will install Ember CLI, use it to generate a new Ember project, and add some basic templates and styles to your new app. By the end of this chapter, you should have a landing page with Professor Tomster’s cute little face featured on it: While building your landing page, you will learn…

  • Introduction

    Welcome to the Ember Tutorial! In this tutorial, we will use Ember to build an application called Super Rentals. This will be a website for browsing interesting places to stay during your next vacation. Check out the finished app to get a sense of the scope of the project. Along the way, you will learn everything you…