Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abdizriel/emberjs
- Owner: Abdizriel
- Created: 2016-02-22T05:25:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T05:34:45.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T05:15:36.510Z (2 months ago)
- Language: JavaScript
- Homepage: https://young-lowlands-63364.herokuapp.com/
- Size: 703 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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