Skip to content
Detailed Ember.js 2.10 tutorial for absolute beginners. www.yoember.com
Branch: master
Clone or download
Pull request Compare This branch is 39 commits behind zoltan-nz:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
config
public
tests
vendor
.bowerrc
.editorconfig
.ember-cli
.gitignore
.jshintrc
.travis.yml
.watchmanconfig
README.md
bower.json
database.rules.json
ember-cli-build.js
firebase.json
package.json
testem.js
yarn.lock

README.md

Ember.js 2.10 Tutorial - Demo Application

Updated: 29 Nov 2016

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

  • Please create an app on Firebase first. You can register there with one click and create a new app. You have to setup this app name in config/environment.js. (This will be your own cloud based database.)

  • Clone this repository in your project folder

$ git clone git@github.com:zoltan-nz/library-app.git
  • Change to the application directory
$ cd library-app
  • Install node and bower packages
$ npm install && bower install
$ ember server
  • Open the application in your browser
$ open http://localhost:4200

www.yoember.com

You can’t perform that action at this time.