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.
Please take a look at our live demo.
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
git clone https://github.com/bazzel/ember-workshop
this repositorycd ember-workshop/frontend
npm install
bower install
cd ember-workshop/frontend
ember server --proxy=http://localhost:3000
- Visit your app at http://localhost:4200.
- ember: http://emberjs.com/
- ember-cli: http://www.ember-cli.com/