Skip to content

techiediaries/ionic-javascript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Starter with JavaScript and Ionic 4 Web Components

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>

How to use this project?

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.

About

A simple starter with plain JavaScript and Ionic 4 Web Components

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published