You can read this tutorial for more information.
This project shows how to use various Ionic 4 UI web components such as:
<ion-app><ion-content><ion-header><ion-toolbar><ion-buttons><ion-back-button><ion-title><ion-nav><ion-nav-push><ion-nav-pop><ion-tabs><ion-tab><ion-button>
You can simply clone this project using:
git clone https://github.com/techiediaries/ionic-javascript-starter.gitNext navigate inside the ionic-javascript-starter folder:
cd ionic-javascript-starterAnd install the dependencies:
npm installYou can then run the development server using:
npm startYou can navigate with your web browser to http://localhost:5000 to see the app running.
