/ionic-starter-tabs

A starting project for Ionic using a simple tabbed interface

Primary LanguageJavaScript

ionic-starter-tabs

This is an addon starter template for the Ionic Yeoman Generator.

How to use this template

This template does not work on its own.

Install generator-ionic

npm install -g generator-ionic

Make a new directory, and cd into it

mkdir my-ionic-project && cd $_

Run yo ionic

yo ionic

Follow the prompts, pick this starter template, and then spin up the development server with

grunt serve

Issues

Issues have been disabled on this repo, if you do find an issue or have a question please follow the guidelines for submitting an issue to the main repository. On the other hand, pull requests are welcome here!