1. How to create an Ionic 5 App ?
Hello, You can implement cross platform mobile apps with Ionic Framework. Let’s build a mobile app! Firstly, we need a documentation for installing the node.js and ionic requirements at below.
After the installation, we can follow the documentation process. In order of,
npm install -g @ionic/cli
Now, let’s create first app with tabs. For more information..
ionic start myApp tabs
Finally, we create the app which name is myApp. We need to go to path of application for running.
cd myApp ionic serve
After the serve, let’s look at our app ! I made some changes and added folder architecture to app. We will study folder architecture next post.
2. How to design folder architecture in Ionic 5 App ?

For project source code :
https://github.com/isoguzay/ionic-5-framework-samples/tree/ef34b5c4c0b32f4a51af49819edf30a652419ed6