Skip to content

My first ionic app using API, google map, google map route drawing, Device information, FCM, file upload etc.

Notifications You must be signed in to change notification settings

Ravi448/first-app

Repository files navigation

This is a basic ionic app using basic ionic components to create the template

To create a new project open the terminal and type:

$ npm install -g ionic cordova

After installing cordova create your very first ionic app project:

$ ionic start first-app

*Replace first app with the name of your project. First-app in my case.

To start the project $ cd first-app $ionic serve

To add a platform: $ ionic cordova platform add platform-name

*Replace platform name with either android or ios.

For any reference of ionc please follow the official Ionic documents

There are many plugin are used in this project. To add a plugin to your project please follow the command :

$ ionic cordova plugin add cordova-plugin-plugin_name

*Replace plugin name with plugin name which you want to add.

E.g

$ ionic cordova plugin add cordova-plugin-geolocation
$ npm install --save @ionic-native/geolocation

To remove a plugin:


$ ionic cordova plugin rm *plugin_name*

E.g

$ ionic cordova plugin rm cordova-plugin-geolocation

About

My first ionic app using API, google map, google map route drawing, Device information, FCM, file upload etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published