Skip to content

gothinkster/ember-realworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7a8421 · Nov 13, 2021
Jan 13, 2021
May 5, 2019
Feb 2, 2021
Nov 13, 2021
Feb 2, 2021
Apr 29, 2017
Apr 13, 2019
Feb 2, 2021
May 23, 2020
May 23, 2020
Feb 2, 2021
Feb 2, 2021
Feb 2, 2021
Dec 27, 2020
May 23, 2020
Feb 2, 2021
Feb 2, 2021
Feb 2, 2021
Apr 23, 2017
Apr 20, 2017
Apr 21, 2017
Feb 2, 2021
Apr 24, 2017
Apr 22, 2017
May 23, 2020
Feb 2, 2021
Dec 27, 2020
Dec 27, 2020
Mar 9, 2021

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