Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
/ ec2016 Public archive

EmberConf 2016 Challenges

Notifications You must be signed in to change notification settings

envylabs/ec2016

Repository files navigation

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."