Ionic SCSS overview
To have an overview of the SCSS structure of Ionic, we are going to create a brand new application using the Ionic blank template. We are going to call this application custom-app
. The following is the command to create this new application. Fire up a terminal window on your computer and CD into a directory of your choice and run the following command:
ionic start custom-app blank
After you have created your new custom-app
application, open this new project in your favorite IDE to have an overview of the folder structure. You should see something close to what we have in the following screenshot:
There are two folders that you ...
Get Ionic : Hybrid Mobile App Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.