- Open terminal and Go to root folder of server.
- Now install npm install Dependencies of nodejs
npm install
. - Start server
node app.js
- Go to root folder of application
- install node dependencies
npm install
- run on android
ionic cordova run android
- run on ios
ionic cordova run ios