Skip to content

Tibze/starter-ionic-plugins

Repository files navigation

starter-ionic-plugins

This is a full stack to start a mobile app with Ionic & ngCordova wrapper

  • Gulp
  • Bower
  • SASS
  • ImageMin

Version

1.0.0

Installation

You need Ionic, Cordova and Gulp installed globally:

$ npm install -g gulp ionic cordova

Dev

$ git clone git@github.com:Tibze/starter-ionic-plugins.git my-ionic-app
$ cd my-ionic-app
$ npm install
$ bower install
$ ionic state reset 
$ gulp
$ ionic serve

Build for production

$ gulp prod

It will run imagemin

Build for Android

$ ionic build android

Build for IOS

$ ionic build ios

Todos

  • ...

About

A starter template to build Ionic mobile app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published