Skip to content

bazzel/ember-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

Repository files navigation

Kabisa Ember.js workshop

This workshop has been updated to Ember 2 and is available as a seperate repository.

This is a sample application used during a Kabisa workshop to demonstrate Ember.js.

Please consult the wiki for further instructions.

Demo

Please take a look at our live demo.

Prerequisites

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

  • Git
  • Node.js (with NPM) and Bower
  • npm install -g ember-cli
  • npm install -g bower
  • npm install -g phantomjs

Installation

  • git clone https://github.com/bazzel/ember-workshop this repository
  • cd ember-workshop/frontend
  • npm install
  • bower install

Running

  • cd ember-workshop/frontend
  • ember server --proxy=http://localhost:3000
  • Visit your app at http://localhost:4200.

Further Reading / Useful Links