How to create a basic ionic3 + mobile application
· One min read
- To start a new app, open your terminal/command prompt and run the following command
ionic start IonicMobileProject sidemenu
- To view the app in browser run the following commands
cd IonicMobileProject/
ionic serve
FILES Refer the code files in Github