This is meant to be a baseline to setup your Ionic project. There's a few examples set up to get you started. This is using Jade, Sass, AngularJS and Gulp.
Below you will find basic setup and deployment instructions for this project. To begin you should have the following applications installed globally on your local development system:
- git >= 2.0.2
- node >= 4.3.1
- npm >= 2.11.1
- bower >= 1.4.1
npm install
npm install -g bower
npm install -g gulp
bower install
gem install scss_lint
The environment can be set for gulp default
and gulp watch
with --env=
.
The default environment for the gulp watch
is local
. If you are not running with a test or locally built API, use prod
as the environment or whatever other environment you configure. These can be set under Gulp > enviornments
. Take a look at the exsting ones (prod
and local
) for examples.