Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdizriel/emberjs

Simple app test of Ember 2.x
https://github.com/abdizriel/emberjs

Last synced: 15 days ago
JSON representation

Simple app test of Ember 2.x

Awesome Lists containing this project

README

        

# Ember2.3 App

Demo of current app could be found [here](https://young-lowlands-63364.herokuapp.com/)

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://www.ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)

## Installation

* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`

## Running / Development

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

### Running Tests

* `ember test`
* `ember test --server`

### Building

* `ember build` (development)
* `ember build --environment production` (production)

### Deploying

To deploy application on Heroku perform following steps:

* Create [Heroku Account](https:/heroku.com/)
* Install Heroku Toolbar
* From main Ember App directory run `heroku create --buildpack https://github.com/tonycoco/heroku-buildpack-ember-cli.git`
* Save Heroku app Id for example `young-lowlands-63364`
* cd
* git init
* git add --all
* git commit -m "First commit"
* heroku git:remote -a
* git push heroku master
* Create [Facebook Developer Account](https://developers.facebook.com/)
* Create new application
* Add your heroku website in application settings
* Change `config/environment.js` facebook-oauth2 apiKey to your application id