All Projects → zoltan-nz → Library App

zoltan-nz / Library App

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Library App

Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (-74.6%)
Mutual labels:  ember, emberjs
Fakturama
Wystawiaj faktury za darmo i bez ograniczeń
Stars: ✭ 76 (-59.79%)
Mutual labels:  firebase, ember
Ember Api Docs
Ember API Docs viewer
Stars: ✭ 55 (-70.9%)
Mutual labels:  ember, emberjs
Ember Accessibility
An EmberJS addon to help identify accessibility violations during development
Stars: ✭ 29 (-84.66%)
Mutual labels:  ember, emberjs
Super Rentals
Codebase for the Super Rentals official tutorial
Stars: ✭ 134 (-29.1%)
Mutual labels:  ember, emberjs
Mber
Fast and minimal Ember.js CLI alternative, without broccoli.
Stars: ✭ 30 (-84.13%)
Mutual labels:  ember, emberjs
Ember Styleguide
This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app.
Stars: ✭ 69 (-63.49%)
Mutual labels:  ember, emberjs
Rfcs
RFCs for changes to Ember
Stars: ✭ 731 (+286.77%)
Mutual labels:  ember, emberjs
Guides Source
This repository contains the Ember.js Guides
Stars: ✭ 130 (-31.22%)
Mutual labels:  ember, emberjs
Vue Tutorial
A walkthrough of basic Vue concepts.
Stars: ✭ 130 (-31.22%)
Mutual labels:  tutorial, javascript-library
Ember Inspector
Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
Stars: ✭ 936 (+395.24%)
Mutual labels:  ember, emberjs
Qunit Dom
High Level DOM Assertions for QUnit
Stars: ✭ 146 (-22.75%)
Mutual labels:  ember, emberjs
Pretzel
Javascript full-stack framework for Big Data visualisation and analysis
Stars: ✭ 26 (-86.24%)
Mutual labels:  ember, emberjs
Docfy
Build fully personalized documentation sites; write content and demos in Markdown.
Stars: ✭ 48 (-74.6%)
Mutual labels:  ember, emberjs
Trip.js
🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
Stars: ✭ 789 (+317.46%)
Mutual labels:  tutorial, javascript-library
Ember Cli Foundation 6 Sass
Stars: ✭ 65 (-65.61%)
Mutual labels:  ember, emberjs
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (+105.82%)
Mutual labels:  firebase, tutorial
Emberfire
The officially supported adapter for using Firebase with Ember
Stars: ✭ 689 (+264.55%)
Mutual labels:  firebase, emberjs
Ember Cli Bundle Analyzer
Analyze the size and contents of your Ember app's bundles
Stars: ✭ 78 (-58.73%)
Mutual labels:  ember, emberjs
Awesome Ember
A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
Stars: ✭ 140 (-25.93%)
Mutual labels:  ember, emberjs

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 [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].