fbpx
Today:March 30, 2023

Getting Started with Cordova to Build Cross-Platform Mobile Apps

Create Cordova Project Within 5 min.
Steps to create Mobile App:

– Open Terminal
– Navigation to Folder cd “foldername”
– Install Cordova using “npm install -g cordova”
– Install node.js and NPM
– If you are getting a Permission issue use “sudo” .
ex: sudo npm install -g cordova
– Enter the System Password.
– Use “cordova create PROJECTNAME”
– To available Platforms using the command “cordova platform list”
– Add Platform using “cordova platform add
– To Run You APP use the Command “Cordova run” or “Cordova run
– Awesome! Your First ever Mobile App is Ready!

Share

Leave a Reply

Your email address will not be published.