Skip to content

2rk/ember-koans

Repository files navigation

Koans

Ember Koans will teach you about EmberJS through the compleation of tests.

Follow the steps below to run the app.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd koans
  • npm install

Running / Development

  • ember serve
  • Visit your app at http://localhost:4200 to start learning Ember JS
  • Open this project folder in your code editor, starting with tests/0_intro-test.js

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Further Reading / Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published