Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 673 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 673 Bytes

Ionic v4 Tutorial: Sidebar & Tabs Menu

A tutorial app that walks the user through creating a Sidemenu with Tabs menu app. We begin with the Ionic "tabs" starter app, incrementally converting the About tab to a Boilerplate template.

Structure

The complete source code is contained within. Please follow along with the complete guide here.

How to Run Locally

  • Clone this repo.
  • Open a terminal window, and navigate to this repo on the filesystem.
  • Run "npm install" to install all required project dependencies.
  • Run "ionic serve" to run the app in a web browser locally.