Ionic Fresh Start in Designer Way
For me is a Simpler way to install it
1. Create a new folder in your personal computer, named it -- Ionic
In my case, I created it under my Documents folder
2. Drag Ionic Folder to Terminal
So can see
Jasmines-MacBook-Pro:ionic jasmine$
3. Type
ionic start myApp black
ps: myApp can be any app name you want to use
ps: blank = blank template; tabs = tabs template;
In my case, I created my app name: myDiary
4. Type
ionic serve
5. Done!