/EmberJS_tutorial

Landing page with EmberJS

Primary LanguageJavaScript

super-rentals

Tutorial disponibilizado na documentação do Ember.js.

Online

https://tutorial-app.surge.sh/

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd super-rentals
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint
  • npm run lint:fix

Building

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