Skip to content

mbrsagor/emberjs

Repository files navigation

emberjs-tutorial

Hello there, This is my new ember.JS repo.

What is ember.JS?

Ember.js is an open-source JavaScript web framework, utilizing a component-service pattern. It allows developers to create scalable single-page web applications by incorporating common idioms, best practices, and patterns from other single-page-app ecosystem patterns into the framework.

Installation

  • git clone <https://github.com/mbrsagor/emberjs> this repository
  • cd emberjs
  • npm install

Running / Development