Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1019 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 1019 Bytes

all-aBoard

This application is a learning project using Ember.js that also models as a catalog of board games that I enjoy.

Prerequisites

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

Installation

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

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

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

Backend

Currently the backend for production and testing is mocked out using Ember CLI Mirage.

Deployed Application Link

Deployed on Heroku