Skip to content

guiebitt/ionic-4-sample

Repository files navigation

Ionic 4 Sample

Sample project with Ionic 4 and

  • ngx-translate: The internationalization (i18n) library for Angular

Dependencies

  • @angular (^7.2.2)
  • @ionic (^4.0.0)
  • @ngx-translate (^11.0.1)

Application Screenshot

ionic-serve

Step-by-step

  1. Clone this repository
git clone https://github.com/gebittencourt/ionic-4-sample.git
  1. Install all dependencies: npm install
  2. Run the application: ionic serve

Besides

  • Run lint verification: npm run lint
  • Run the unit tests: npm run test
  • Run the end-to-end tests: npm run e2e