Skip to content

christophersansone/client-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Client Application with Ember.js

This application demonstrates how to build a complete client-side application that is responsible for rendering all HTML, given a server-side JSON API. It uses Rails for the backend and Ember.js as the framework for the frontend.

Getting Started

  1. Install Ruby on Rails: rubyonrails.org/download

  2. Clone this repo and cd into the directory.

  3. Run bundle install to install all of the Rails packages required for the server app.

  4. Run rake db:migrate to set up the database structure.

  5. Run rake db:seed to pre-populate the database with some data.

  6. Run rails server to start the web server.

  7. In your browser, navigate to http://localhost:3000 to view the app.

About

Demonstration for building a full client-side application with Ember.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published