Setting up Ionic 4 on MAC

Introduction Ionic 4 is finally here! So in this post we will discuss what is the best way to install, run, and emulate Ionic 4 app. We will also see how to test our app while building. Now this post is for Mac users only. Prerequisites Make sure you have an up-to-date version of Node.js installed on your system. If you don’t have Node.js installed, you can install it from here Also we need Ionic and Cordova, So open a terminal window (Mac) and install Cordova and Ionic: sudo npm install -g cordova ionic If you already have Cordova and...

Read More