/ec2016

EmberConf 2016 Challenges

Primary LanguageCSS

EmberConf 2016 — Intermediate Ember

Prerequisites

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

Running / Development

Running Tests

  • ember test
  • ember test --server

Getting Started

Ensure the Application Runs

  1. Perform an npm install and a bower install.

  2. After those installations are complete, start the Ember CLI application with ember serve.

  3. Once the development server is running, make sure you can open http://localhost:4200/ and see "Welcome to Ember."