mopster
mopster copied to clipboard
Mopidy client written in Ember.js
mopster
Mopidy client written in Ember.js
Go to Online version and set it up with your local configuration.
Prerequisites
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
Running / Development
-
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Running Tests
-
ember test
-
ember test --server
Linting
-
npm run lint:hbs
-
npm run lint:js
-
npm run lint:js -- --fix
Building
-
ember build
(development) -
ember build --environment production
(production)
Deploying
Specify what it takes to deploy your app.