This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd starter-project
yarn install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember-awesome-macros
. A collection of Ember computed macros. https://github.com/kellyselden/ember-awesome-macrosember-cli-mirage
. A client-side server to help you build, test and demo your Ember app https://www.ember-cli-mirage.com/ember-concurrency
. An addon to write concise, robust, and beautiful asynchronous code. http://ember-concurrency.comember-cp-validations
. Form validations. https://embermap.com/video/ember-cp-validationsember-mocha
. Mocha helpers for testing Ember.js applications.mocha
. Test framework https://mochajs.orgchai
. An assertion lib. https://www.chaijs.com/chai-dom
. An extension to the chai assertion library that provides a set of assertions when working with the DOM. https://www.chaijs.com/plugins/chai-dom/
yarn lint:hbs
yarn lint:js
yarn lint:js --fix
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.