bazzel / ember-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Ruby 41.1%Language:HTML 26.3%Language:JavaScript 23.3%Language:CSS 8.2%Language:CoffeeScript 1.1%