Book Image

Learning Node.js for Mobile Application Development

Book Image

Learning Node.js for Mobile Application Development

Overview of this book

Table of Contents (21 chapters)
Learning Node.js for Mobile Application Development
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
14
Creating an E-Commerce Application Using the Ionic Framework
Index

Testing our application


At this stage, we have produced the basic functionality of our application and we are ready to test the application in the browser.

On your terminal, navigate to the project directory. Once you're in the project folder, run the following command:

ionic serve --lab

When you execute the command, your browser will automatically load live screenshots of the application running in Android and iOS side by side. The screen will look like this:

At this stage, once you add new items, they might not show up instantly within your application and you will be required to refresh the page.