FrontendMasters / ember-github-ui

[Course] Code for the Ember 2.x Course on Frontend Masters

Home Page:https://frontendmasters.com/courses/ember-2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-ui

This README outlines the details of collaborating on this Ember application.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd github-ui
  • 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.

Following Along with the Course

The application was built out in stages (see the git commits) in the Ember 2.x course on Frontend Masters.

To follow along with the course, reset to an earlier commit and build from there following the videos.

Further Reading / Useful Links

About

[Course] Code for the Ember 2.x Course on Frontend Masters

https://frontendmasters.com/courses/ember-2/


Languages

Language:JavaScript 84.4%Language:HTML 11.3%Language:CSS 4.3%