kascharowski / library-app

Detailed Ember.js Octane v3.21 tutorial for absolute beginners. https://yoember.com

Home Page:http://library-app.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember.js Octane Tutorial - Demo Application

Codacy Badge tests coverage

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
  • Copy .env-sample file and save as .env. Update the API_KEY and PROJECT_ID.
  • Launch the application with Ember server.
$ ember server
  • Open the application in your browser
$ open http://localhost:4200

www.yoember.com - The Ember.js Tutorial

About

Detailed Ember.js Octane v3.21 tutorial for absolute beginners. https://yoember.com

http://library-app.firebaseapp.com


Languages

Language:JavaScript 73.6%Language:Handlebars 20.8%Language:SCSS 3.3%Language:HTML 2.3%