Skip to content

Popovkov57/TutoApp

Repository files navigation

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

About

App mobile which build with Ionic framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published