This application will be an e-commerce online shop
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- Ember CLI
- Yarn
- Google Chrome
git clone git@github.com:MattSkrobis/bsc-ember.gitthis repositorycd bsc-embernpm install
ember serve- Visit your app at http://localhost:4200.
- App can be run in two modes:
ember s -e rails- will communicate with backendember s- will use Mirage's default scenario
ember test- tests can be filtered by adding-fflag and passing a name of testember test --server
ember build(development)ember build --environment production(production)
- 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