a hybrid app basic on ionic : hiApp-ionic
all the UI and function will follow hiApp(written by F7)
npm install -g http-server
cd 'your local directory' (ps: cd to the 'www')
http-server
or
put the project to your IIS
or
use the webstorm to open the index.html
- go to your directory and download the package
npm install
-
configure you gulp configurations in webstorm
##process :
Run->Edit Configurations -> add a new configuration -> select gulp.js
##setting:
Gulpfile: D:\Ionic\hiApp-ionic\gulpfile.js
Node interpreter : C:\Program Files\nodejs\node.exe
Gulp package : D:\Ionic\hiApp-ionic\node_modules\gulp