ember-realworld
ember-realworld copied to clipboard
Ember.js RealWorld Implementation
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.
- Git
- Node.js (with npm)
- Yarn
- Ember CLI
- Google Chrome
Installation
-
git clone <repository-url>
this repository -
cd ember-realworld
-
yarn
Running / Development
-
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
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.