fism88 / all_aBoard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 71.6%Language:HTML 25.8%Language:CSS 2.6%