Skip to content

Instantly share code, notes, and snippets.

@jakemauer
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakemauer/34c212397a47268122d2 to your computer and use it in GitHub Desktop.
Save jakemauer/34c212397a47268122d2 to your computer and use it in GitHub Desktop.

Balance-ember

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go 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
  • brew update

Install/Upgrade JS utilities

  • brew install nodejs or brew upgrade nodejs
  • npm install -g npm@latest
  • npm install -g ember-cli or npm upgrade -g ember-cli
  • npm install -g bower or npm upgrade -g bower

Install required components

  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Use Pods When Generating Components

Use the --pod decleration to have generated components live in components/my-component with the corresponding component.coffee and template.hbs files.

ember g component my-component --pod

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

TBD

Further Reading / Useful Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment