Ember Koans will teach you about EmberJS through the compleation of tests.
Follow the steps below to run the app.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd koans
npm install
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
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server