This example shows how easy is to output and show what a user wrote on a text area.
- Open a terminal window on the project folder
- Run the "npm install" command to install all necessary dependencies
- Run "ionic serve" to build and run, on the browser, the application
First thing we need to do is to install capacitor, this is a native runtime that will generate a web native Android/IOS app from our web code. To install it we need to:
- Run "npm install @capacitor/cli @capacitor/core"
- Run "ionic cap sync", this will sync all dependencies with capacitor
- Run "ionic cap open android", this will open Android Studio IDE with the project
- Run the project on the Android Studio IDE