TodoMVC application, written in Ember.js using Ember CLI.
The application includes:
✓ Ember v1.12
✓ HTMLBars templates with new bound attribute syntax
✗ (not implemented yet) Ember components
✓ Unit and end-to-end tests using QUnit and Testem. Also available with Mocha: checkout mocha branch
✓ Continuous Integration setup with Travis CI
✗ (not implemented yet) Code coverage analysis with Istanbul
You will need the following things properly installed on your computer:
git clone <repository-url>
this repository- change into the new directory
npm install
npm run start
- Visit your app at http://localhost:4200.
npm test
npm run test-server
npm run build
(production)npm run build-dev
(development)
- ember: http://emberjs.com/
- ember-cli: http://www.ember-cli.com/
- Development Browser Extensions