All Projects → gothinkster → Ember Realworld

gothinkster / Ember Realworld

Ember.js RealWorld Implementation

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ember Realworld

cli-guides
Step-by-step guides and tutorials for using the ember-cli to create apps and addons
Stars: ✭ 22 (-85.33%)
Mutual labels:  ember-cli, emberjs
Ember Model Validator
ember-cli addon adds validation support to your Ember-Data models.
Stars: ✭ 141 (-6%)
Mutual labels:  ember-cli, emberjs
ember-cli-string-helpers
Set of the String helpers extracted from DockYard's ember-composable-helpers.
Stars: ✭ 73 (-51.33%)
Mutual labels:  ember-cli, emberjs
glimmer-hn-pwa
A Demonstration Of HackerNews Progressive Web App Powered By Glimmer.js
Stars: ✭ 28 (-81.33%)
Mutual labels:  ember-cli, emberjs
Rfcs
RFCs for changes to Ember
Stars: ✭ 731 (+387.33%)
Mutual labels:  ember-cli, emberjs
Mber
Fast and minimal Ember.js CLI alternative, without broccoli.
Stars: ✭ 30 (-80%)
Mutual labels:  ember-cli, emberjs
ember-credit-card
"make your credit card form dreamy in one line of code"
Stars: ✭ 89 (-40.67%)
Mutual labels:  ember-cli, emberjs
Ember Twiddle
JSFiddle type thing for ember-cli style code
Stars: ✭ 269 (+79.33%)
Mutual labels:  ember-cli, emberjs
Ember Cli Typescript
Use TypeScript in your Ember.js apps!
Stars: ✭ 346 (+130.67%)
Mutual labels:  ember-cli, emberjs
Aws Mobilehub Ember
Serverless example mobile web application for building a Serverless EmberJS based web application using AWS JavaScript SDK, and MobileHub.
Stars: ✭ 15 (-90%)
Mutual labels:  ember-cli, emberjs
Ember Cli Bundle Analyzer
Analyze the size and contents of your Ember app's bundles
Stars: ✭ 78 (-48%)
Mutual labels:  ember-cli, emberjs
Super Rentals
Codebase for the Super Rentals official tutorial
Stars: ✭ 134 (-10.67%)
Mutual labels:  emberjs
Cakephp Realworld Example App
Stars: ✭ 103 (-31.33%)
Mutual labels:  realworld
Ember Initials
Advanced avatars generator for Ember applications. Initials Ⓜ, images 🌇, gravatars 👩🏻 and adorables 😍 All you need for your users profiles!
Stars: ✭ 99 (-34%)
Mutual labels:  emberjs
Ember Testing Guide
Ember.js testing guides, practicies, examples
Stars: ✭ 98 (-34.67%)
Mutual labels:  emberjs
Ember Web App
NOTICE: official repository moved to https://github.com/zonkyio/ember-web-app
Stars: ✭ 143 (-4.67%)
Mutual labels:  ember-cli
Guides Source
This repository contains the Ember.js Guides
Stars: ✭ 130 (-13.33%)
Mutual labels:  emberjs
Aspnetcore Realworld Example App
ASP.NET Core backend implementation for RealWorld
Stars: ✭ 1,315 (+776.67%)
Mutual labels:  realworld
Ember Cli
ember-cli docker image providing a complete development environment
Stars: ✭ 90 (-40%)
Mutual labels:  ember-cli
Ember Cli Pace
Pace.js load progress bar for Ember apps, incl. Flash-like initial script lazy loading
Stars: ✭ 128 (-14.67%)
Mutual labels:  ember-cli

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.

Demo    RealWorld

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].