Skip to content

gothinkster/ember-realworld

Repository files navigation

Ember.js Example App

RealWorld Frontend This project uses GitHub Actions for continuous integration. Netlify Status

Ember RealWorld example app

Ember.js codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-realworld
  • yarn

Running / Development

Code Generators

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

Running Tests

  • yarn test
  • yarn test --server

Linting

  • yarn lint
  • yarn lint:js --fix

Building

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

Deploying

This app is automatically deployed to Netlify.

Further Reading / Useful Links