Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.55 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.55 KB

bsc-ember

Build Status Dependency Status codecov

This application will be an e-commerce online shop

Prerequisites

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

Installation

  • git clone [email protected]:MattSkrobis/bsc-ember.git this repository
  • cd bsc-ember
  • npm install

Running / Development

  • ember serve
  • Visit your app at http://localhost:4200.
  • App can be run in two modes:
    • ember s -e rails - will communicate with backend
    • ember s - will use Mirage's default scenario

Running Tests

  • ember test - tests can be filtered by adding -f flag and passing a name of test
  • ember test --server

Building

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

Deploying

  • App is deployed on Heroku, automatic deployments are enabled, to deploy manually use
    • heroku dashboard or
    • git push heroku master
  • issues can be found here