This repo contains code that I wrote for this article: (https://medium.com/@skocadam/ember-data-turn-frustration-into-celebration-52891fdf3df8)
You can see the deployed app on heroku
git clone https://github.com/thisFunction/poke-app.git
this repositorycd poke-app
npm install
ember serve
- Visit the app at http://localhost:4200/pokemon.
- Visit the tests at http://localhost:4200/tests.
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome