Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.42 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.42 KB

super-rentals

Super rentals is the official Ember.js tutorial application. It is a simple read only application.

Prerequisites

You will need the following things properly installed on your computer (unless you are using Docker).

Installation

  • git clone <repository-url> this repository
  • cd frontend
  • 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

This app is not deployed anywhere. For demonstration purposes only.

Further Reading / Useful Links