Lesath Source Code Setup
Now we have set up the ionic environment. We need to connect our app with woocommerce website. Open the folder name (App Source Code) inside the downloaded packages.
Inside the folder, you will find all the ionic application code.
Now open project folder/src/providers/config.service.ts file and change the following.
- http://your-site-url (it will be the URL of your domain)
- consumer key
- consumer secret
It will load woocommerce products data into your application
Test Application
Now you can test the application in your ionic development environment.