Skip to content

kumkanillam/ember-realworld

 
 

Repository files navigation

Ember.js Example App

RealWorld Frontend Build Status 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 my-app
  • yarn install

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

Linting

  • yarn lint:hbs
  • yarn lint:js
  • 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

About

Ember.js RealWorld Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • HTML 13.2%