Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 950 Bytes

README.md

File metadata and controls

53 lines (43 loc) · 950 Bytes

Ionic App - Random User List

Objectives

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

Resources

Requirements

  • cordova
  • npm

How test app

Download the app on your machine

git clone https:/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