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

Setting up the Ionic project


We will create the Ionic app by running the following command:

ionic start ionictodo blank

This will create a blank Ionic starter app named whichapp, which will give us the necessary setup that is required to connect the Parse service to our project.