Skip to content

lamabiker/test-ember-project

Repository files navigation

Test Ember project

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

Prerequisites

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

Installation

  • git clone git@github.com:lamabiker/test-ember-project.git this repository
  • cd test-ember-project
  • npm install
  • ember install ember-cli-mirage
  • ember install ember-cli-yadda

What's added from a basic Ember project:

  • Addons to the package.json
  • SASS added to ember-cli-build.js
  • Created a templates/application.hbs file
  • Added the .app-body class in index.html

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links

About

A basic Ember project with mirage and acceptance tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published