All Projects → vasilakisfil → rails_tutorial_ember

vasilakisfil / rails_tutorial_ember

Licence: other
Michael Hartl's rails tutorial front-end, built in Ember :) (Ember version 1.8)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Rails-tutorial-ember

This repo is deprecated and not actively maintained. A new Rails tutorial has been released based on Rails 5. The equivelant EmberJS app can be found here.

Michael Hart's Rails tutorial.. on Ember! Check the rails backend API. Deployed here

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].