Skip to content

Final code repo of working through the Learn TDD in Ember on:

Notifications You must be signed in to change notification settings

psiegers/ember-tdd

Repository files navigation

ember-tdd

This repo is a working version/result of working through the tutorial. It would be awesome if the author could update the tutorial page content so others can enjoy also and learn about TDD. The tutorial can be found here: https://learntdd.in/ember/#creating-the-project

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-tdd
  • npm 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

Linting

  • npm run lint
  • npm run lint:fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Final code repo of working through the Learn TDD in Ember on:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published