Hi,
I tried to execute “ionic start myApp tabs” and output is:
✔ Creating directory ./myApp - done!
✔ Downloading and extracting tabs starter - done!
✔ Updating package.json with app details - done!
Installing dependencies may take several minutes.
✨ IONIC DEVAPP ✨
Speed up development with the Ionic DevApp, our fast, on-device testing mobile app
- 🔑 Test on iOS and Android without Native SDKs
- 🚀 LiveReload for instant style and JS updates
️--> Install DevApp: https://bit.ly/ionic-dev-app <--
> npm i
✔ Running command - done!
> git init
🔥 IONIC PRO 🔥
Supercharge your Ionic development with the Ionic Pro SDK
- ⚠️ Track runtime errors in real-time, back to your original TypeScript
- 📲 Push remote updates and skip the app store queue
Learn more about Ionic Pro: https://ionicframework.com/products
? Install the free Ionic Pro SDK and connect your app? No
-----------------------------------
> git add -A
> git commit -m "Initial commit" --no-gpg-sign
Next Steps:
* Go to your newly created project: cd ./myApp
* Get Ionic DevApp for easy device testing: https://bit.ly/ionic-dev-app
The problem is that the “myApp” directory only have this files: ionic.config.json, ionic.starter.json, package.json, tsconfig.json and this directories: src, node_modules.
Using latest version of Ionic I just tried it, and got
ionic start myTabs tabs
√ Creating directory .\myTabs - done!
√ Downloading and extracting tabs starter - done!
√ Updating package.json with app details - done!
Installing dependencies may take several minutes.
* IONIC DEVAPP *
Speed up development with the Ionic DevApp, our fast, on-device testing mobile app
- Test on iOS and Android without Native SDKs
- LiveReload for instant style and JS updates
--> Install DevApp: https://bit.ly/ionic-dev-app <--
> npm i
√ Running command - done!
> git init
> git add -A
> git commit -m "Initial commit" --no-gpg-sign
♬ ♫ ♬ ♫ Your Ionic app is ready to go! ♬ ♫ ♬ ♫
Run your app in the browser (great for initial development):
ionic serve
Install the DevApp to easily test on iOS and Android
https://bit.ly/ionic-dev-app
Run on a device or simulator:
ionic cordova run ios
Test and share your app on a device with the Ionic View app:
http://view.ionic.io
Next Steps:
* Go to your newly created project: cd .\myTabs
* Get Ionic DevApp for easy device testing: https://bit.ly/ionic-dev-app