tkraak / rarwe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock & Roll with Ember

After reading the Ember guides, get the book.

Installation

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

Running / Development

Running Tests

  • npm test
  • npm test -- --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • npm run build (development)
  • npm run build -- --environment production (production)

About


Languages

Language:JavaScript 73.8%Language:HTML 24.6%Language:CSS 1.6%