tomaszs / ember-js-developer

Ember CLI + Ember.JS + Bootstrap + Ember CLI Mirage Demo APP (Ember Developer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember CLI + Ember.JS + Bootstrap + Ember CLI Mirage Demo APP

A simple app made in Ember CLI, Ember.JS, Bootstrap, Mirage with basic tests. It contains two models: territories and lawyers. Each territory can have multiple lawyers. You can add,remove,list and update territories. Display lawyers associated with a territory. Filter territories by name. Tests are included. Acceptance tests are NOT included.

JSON API (mocked):

  • territories (name (string), lawyers (many), representative (string))
  • lawyers (name, secondname - strings)

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd myapp
  • 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:js
  • npm run lint:js -- --fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Ember CLI, Ember JS Developer

About

Ember CLI + Ember.JS + Bootstrap + Ember CLI Mirage Demo APP (Ember Developer)


Languages

Language:JavaScript 67.1%Language:HTML 32.5%Language:CSS 0.4%