Hi I'm using Ionic and I'm trying to build an app, and everything seems to be right when I go through my code but when I go to ionic serve, all I see is a blank screen. Does anybody know how to find an error, at least I mean I have gone through the code multiple times and can't find anything that would be breaking my app. Any advice would be helpful.
When using $ ionic serve
, you can use the built-in web inspector from your browser. In most browsers, you can activate this by right-clicking on your webpage and click on inspect element.
If you're using Google Chrome for example, this is named the Chrome DevTools. If you 'inspect element' and click on the console tab, you will see errorlogs if there are any.