Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
/ ng-todo-app Public archive

This is the todo app that I created to learn AngularJS.

Notifications You must be signed in to change notification settings

pine/ng-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

⚠️ This package is no longer maintained.


ng-todo-app

This is the todo app that I created to learn AngularJS.

Development environment

Dependencies

Build

$ npm install
$ npm run build

Test

The tests depend Mocha and Chai.

Unit test

The tests run by Karma with PhantomJS.

$ npm install
$ npm test

Integration test

The tests run by Nightwatch.js with PhantomJS.

$ npm install
$ npm run build
$ npm run webserver &
$ npm run integration-test

License

MIT License
Copyright (c) 2015 Pine Mizune