Home

Awesome

Ember.js Octane Tutorial - Demo Application

CI Build Status Codacy Grade Badge Codacy Coverage Badge Coveralls Coverage Status

This is the original repository of the Library App.

For detailed, step by step implementation click here: Ember tutorial

Live demo: library-app.firebaseapp.com

How can you run this application locally?

I assume, you have Node.js on your computer. Node.js installation

$ git clone git@github.com:zoltan-nz/library-app.git
$ cd library-app
$ npm install
$ ember server
$ open http://localhost:4200

www.yoember.com - The Ember.js Tutorial