A basic sample of application with access control made with Ionic 3 and Angular 4.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
-
Ionic and Cordova:
$ npm install -g cordova ionic
$ git clone https://github.com/fortDev/ionic3-angular4-basic-app-login.git
$ cd ionic3-angular4-basic-app-login
$ ionic serve --lab
Android:
$ ionic cordova build android
iOS:
$ ionic cordova build ios
- Caio Frota - Initial work - caiofrota