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.git
Next navigate inside the ionic-javascript-starter
folder:
cd ionic-javascript-starter
And install the dependencies:
npm install
You can then run the development server using:
npm start
You can navigate with your web browser to http://localhost:5000
to see the app running.