A starting project for Ionic that optionally supports using custom SCSS.
We recommend using the Ionic CLI to create new Ionic projects that are based on this project but use a ready-made starter template.
For example, to start a new Ionic project with the default tabs interface, make sure the ionic
utility is installed:
$ npm install -g ionic
Then run:
$ ionic serve
Install typescript tools:
npm install -g typescript
In order to compile sass and typescript files run:
gulp
If you are in development, you shuld run:
gulp watch
After that, when you change some file it will be compiled. Actually all the typescript files will be compiled to a single Javascript file called ionicapp.js
More info on this can be found on the Ionic Getting Started page and the Ionic CLI repo.