Ionic Setup and Testing

This section details how to set up Ionic, create a new project and test it.

Setup

ionic start <project> <format> --type=angular
cd firebase-ionic-simple
ionic serve

Testing

One of the most rewarding aspects is to actually see something tangible. Fortunately, with Ionic, you’re now at a point where you can actually view something and also get a feel for the App you’re trying to build.

Browser

alt text

Machine/Device on your local network

alt text

Ionic Devapp

Ionic DevApp

Milestone: Ionic App running!

Get your code into Git

Next Step: AngularFire Setup