Skip to content

MattSkrobis/bsc-ember

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •