You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # einkaufszettel
  2. This README outlines the details of collaborating on this Ember application.
  3. A short introduction of this app could easily go here.
  4. ## Prerequisites
  5. You will need the following things properly installed on your computer.
  6. * [Git](https://git-scm.com/)
  7. * [Node.js](https://nodejs.org/) (with npm)
  8. * [Ember CLI](https://ember-cli.com/)
  9. * [Google Chrome](https://google.com/chrome/)
  10. ## Installation
  11. * `git clone <repository-url>` this repository
  12. * `cd einkaufszettel`
  13. * `npm install`
  14. ## Running / Development
  15. * `ember serve`
  16. * Visit your app at [http://localhost:4200](http://localhost:4200).
  17. * Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
  18. ### Code Generators
  19. Make use of the many generators for code, try `ember help generate` for more details
  20. ### Running Tests
  21. * `ember test`
  22. * `ember test --server`
  23. ### Linting
  24. * `npm run lint:hbs`
  25. * `npm run lint:js`
  26. * `npm run lint:js -- --fix`
  27. ### Building
  28. * `ember build` (development)
  29. * `ember build --environment production` (production)
  30. ### Deploying
  31. Specify what it takes to deploy your app.
  32. ## Further Reading / Useful Links
  33. * [ember.js](https://emberjs.com/)
  34. * [ember-cli](https://ember-cli.com/)
  35. * Development Browser Extensions
  36. * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
  37. * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)