Create an app cross-platform with Ionic framework:
- Display users list
- Add an user
- Delete an user
- Display user info
Detail of this exercice here
- cordova
- npm
Download the app on your machine
git clone https://github.com/popovkov57/tutoApp.git
Install project dependance
npm install angularjs
npm install angular-mocks
npm install protractor --save-dev
./node_modules/protractor/bin/webdriver-manager update
Test app on your browser
cd tutoApp
ionic serve
Start unit tests
gulp test
Start protractor tests
./node_modules/protractor/bin/protractor tests/e2e/protractor.config.js
Start linter
gulp lint