This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//star blank Ionic project | |
ionic start walk sidemenu --type=angular | |
//change to Ionic project folder | |
cd walk | |
//add android platform | |
ionic cordova platform add android | |
//remove Ionic webview |