https://github.com/vasilakisfil/ember_on_rails5
Michael Hartl's rails tutorial front-end, built in Ember :)
https://github.com/vasilakisfil/ember_on_rails5
Last synced: 7 months ago
JSON representation
Michael Hartl's rails tutorial front-end, built in Ember :)
- Host: GitHub
- URL: https://github.com/vasilakisfil/ember_on_rails5
- Owner: vasilakisfil
- Created: 2016-08-30T19:08:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T21:58:40.000Z (over 8 years ago)
- Last Synced: 2025-03-14T23:52:41.257Z (7 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember-on-rails5
Michael Hart's Rails tutorial.. on Ember! Check the rails 5 [backend API](https://github.com/vasilakisfil/rails5_api_tutorial). Deployed [here](https://ember-on-rails5.herokuapp.com) The tutoral is on its way...
## 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://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](http://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)