Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 818 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 818 Bytes

TripEasy

The repository will walk you through simple steps to implement Ionic SideMenu and Tabs and integrate them together as separate entities.

Before you start

You can follow the steps mentioned here to install the required softwares before running the application locally

How to Start

Once you pull the repository, follow the below steps to set up the project to run locally

  • Navigate to tripeasy directory cd tripeasy
  • Install all the dependencies listed in the package.json file npm install
  • Run the app locally ionic serve
  • You can access the app from browser via http://localhost:8100

References