Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.43 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.43 KB

Embergarten-basic

Hi Everyone, this is a sample app that you should be able to run before the training.

clone this repository

git clone https://github.com/unspace/embergarten-basic.git

get the app running following the Installation and the Running instructions.

We'd also like you to have either firefox or chrome installed along with the Ember Inspector extension.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test or use ./node_modules/ember-cli/bin/ember serve from the project directory if ember is not available as an executable
  • ember test --server

Further Reading / Useful Links