Run

Unzip the downloaded TravelAgency project and open a terminal window `cd` into the project root directory and install dependent packages by running `npm install` and run the command `ionic serve`. The server will be up & running on localhost 8100 port. At browser window, open http://localhost:8100.

Run Commands

$ ionic serve
$ ionic serve --lab

Last updated