Giter Site home page Giter Site logo

wajacps / embercoursedemo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codeschool/embercoursedemo

0.0 0.0 0.0 1.75 MB

Companion code for Code Schools Warming Up With Ember.js Course

Home Page: https://www.codeschool.com/courses/warming-up-with-emberjs

Ruby 1.30% JavaScript 78.01% CSS 9.53% HTML 11.16%

embercoursedemo's Introduction

README

This is the companion code for the Code Schools Ember course. This showcases the code used in the slides.

Complete Example

The finished application can be found at demo/index.html. Open that up in your browser and you're good to go!

If you want to see what the application looked like at a specific state during the course, you can go the more elaborate route and set up the Rails application which allows for serving the ember app at each point we show it during the slides.

Setup

This is a Ruby on Rails application, so in order to run it you'll need to have Ruby 1.9.3. Here's the setup you'll need to do to in order to see the examples.

First off, you'll need to have Ruby installed. We recommend using either rbenv or RVM, but your system Ruby will suffice as well. Code School has a Code TV on using RVM as well.

With Ruby installed, make sure to install the bundler gem.

$ gem install bundler

Next, download or clone this repository, change directory into it, and bundle.

$ git clone https://github.com/codeschool/EmberCourseDemo.git
$ cd EmberCourseDemo
EmberCourseDemo $ bundle install

Next, setup the database -- which contains information on the code samples used in the course.

EmberCourseDemo $ bundle exec rake db:setup

Running

After that, you should be all set to run the application:

EmberCourseDemo $ bundle exec rails s

This will start the application on port 3000. Open up http://localhost:3000/examples in a browser and head to any code sample.

embercoursedemo's People

Contributors

adamfortuna avatar drewbarontini avatar lizardruss avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.