This application is a learning project using Ember.js that also models as a catalog of board games that I enjoy.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd all-aboard
npm install
ember serve
- Visit the app at http://localhost:4200.
- Visit the tests at http://localhost:4200/tests.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Currently the backend for production and testing is mocked out using Ember CLI Mirage.