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
- Host: GitHub
- URL: https://github.com/mbrsagor/emberjs
- Owner: mbrsagor
- Created: 2020-10-24T07:39:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T11:19:52.000Z (over 5 years ago)
- Last Synced: 2025-01-12T13:25:25.716Z (about 1 year ago)
- Topics: ember-data, emberjs, javascript, javascript-framework
- Language: JavaScript
- Homepage:
- Size: 796 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).