Skip to content

Repository files navigation

ember-mirage-quickstart

This is work in progress. The original readme provided with ember.js is below.

My notes on setting up this app can be found in the file notes.md

--

Original ember.js readme:

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-mirage-quickstart
  • npm 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

  • npm run lint
  • npm run lint:fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Basic setup for an ember-cli app, using ember-cli-mirage as a 'built-in' development backend.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages