Project developed and set up to show off basic features of an Ember project. Could be useful for presentations. It demonstrates:
- Mirage server and faker
- Acceptance testing with Yadda
- SASS structuring
- Syfl Ember blueprints
You will need the following things properly installed on your computer.
git clone git@github.com:lamabiker/test-ember-project.gitthis repositorycd test-ember-projectnpm installember install ember-cli-mirageember install ember-cli-yadda
- Addons to the
package.json - SASS added to
ember-cli-build.js - Created a
templates/application.hbsfile - Added the
.app-bodyclass inindex.html
ember server- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
ember build(development)ember build --environment production(production)