Chapter 1
Setting Up
Section 2
Bootstrapping an Ionic App
Starting a project can sometimes mean installing tons of things and can be quite a lengthy process before everything is up and running. However, this is not the case with Ionic 2, which offers a great CLI and a “start” command to bootstrap code, including a side menu, several pages, and so on. - Use ionic start to kick-start the project and bootstrap the code - Choose one of the bootstrapping templates, tabs (default), blank, or sidemenu. - Use a few command-line options to prepare our bootstrapping better