Skip to content
Detailed Ember.js 3.4 tutorial for absolute beginners. https://yoember.com
Branch: master
Clone or download
Latest commit 2144171 Nov 28, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app Remove navbar.hbs Nov 27, 2018
config Update to Ember 2.4 Nov 26, 2018
public Add new favicon Oct 19, 2015
tests Update to Ember v3.3 Jul 20, 2018
vendor Create the ember app and install bootstrap Sep 8, 2015
.editorconfig Update baseURL to rootURL Jul 27, 2016
.ember-cli Create the ember app and install bootstrap Sep 8, 2015
.eslintignore Update to Ember 2.4 Nov 26, 2018
.eslintrc.js Update to Ember 2.4 Nov 26, 2018
.gitignore
.template-lintrc.js Update to Ember 2.4 Nov 26, 2018
.travis.yml Update to Ember 2.4 Nov 26, 2018
.watchmanconfig Update the app to Ember 2.3 Jan 30, 2016
README.md Update title Nov 21, 2018
database.rules.json Upgrade to Ember 2.9 Oct 18, 2016
ember-cli-build.js Add sourcemap to babel config Sep 27, 2018
firebase.json Upgrade to Ember 2.9 Oct 18, 2016
package-lock.json Remove partial Nov 26, 2018
package.json Add ember-shim package Nov 22, 2018
testem.js Upgrade to Ember 3.2 Jun 29, 2018

README.md

Ember.js v3 Tutorial - Demo Application

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 packages
$ npm install
$ ember server
  • Open the application in your browser
$ open http://localhost:4200

www.yoember.com - The Ember.js Tutorial

You can’t perform that action at this time.