mauron85 / cordova-plugin-background-geolocation-example

51 stars 54 forks source link

How run example on Cordova #14

Open GabrielCalleDev opened 6 years ago

GabrielCalleDev commented 6 years ago

Hello.

I am trying to start this app in cordova and I do not know if there is a problem but there is no file in the www folder. Can someone confirm if this example can be executed correctly?

Thank you!

best regards!

mauron85 commented 6 years ago

Yes www folder is intentionally empty. You need to build app:

npm install
npm run build

Please read docs. Everything is there.

GabrielCalleDev commented 6 years ago

Ok. This works fine. Thanks you for your atention. i have done process uncorrectly.

Thanks!