Requirements

Node.js

Install Node.js 18 or higher using the official installer or via homebrew with brew install nodejs

See more alternatives methods here.

node --version
# v20.9.0

Ionic

Install Ionic CLI:

npm install -g @ionic/cli

Go to the app folder and install the dependencies:

npm install

Run the app using the dev configuration, which points to the demo site:

ionic serve -c dev

For more details, the official Ionic documentation has all the necessary information.

Capacitor

For configuring the native projects with Capacitor, our recommendation is to go the official documentation, and follow the steps to install Xcode, Android Studio and all the required dependencies.