/EmberPortfolio

Testing out Bootstrap classes in a sample Ember application

Primary LanguageJavaScriptOtherNOASSERTION

ember-test-app

A test app using Ember w/ Bootstrap.

Structure

This application uses the "pods" layout for organizing code. For an introduction, see Organize Your Ember App with Pods

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

Dependencies

Running / Development

Code Generators

Make use of code generators, 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