This is the code from emberjs v2.8.o tutorial, if you want to learn too here is the link Ember-tutorial
You will need the following things properly installed on your computer.
git clone [email protected]:nagaroni/super-rentals.git
this repository- change into the new directory
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
ember test
ember test --server