Skip to content

thisFunction/poke-app

Repository files navigation

poke-app

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

Installation

  • git clone https://github.com/thisFunction/poke-app.git this repository
  • cd poke-app
  • npm install

Running / Development

  • ember serve

Viewing App

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Troubleshooting

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

Further Reading / Useful Links