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

Latest commit

 

History

History
33 lines (21 loc) · 806 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 806 Bytes

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