An open API service indexing awesome lists of open source software.

https://github.com/mbrsagor/emberjs

CODING TEST - Full Stack Software Engineer
https://github.com/mbrsagor/emberjs

ember-data emberjs javascript javascript-framework

Last synced: about 1 year ago
JSON representation

CODING TEST - Full Stack Software Engineer

Awesome Lists containing this project

README

          

# 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 ` this repository
* `cd emberjs`
* `npm install`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).