Example Ionic app with Source

What’s the best example app with Source for the latest Ionic framework?

Is it still the conference app?

Hi,

It depends :slight_smile:

The Ionic Conference App seems to have the most stars. There’s also this Ionic Boilerplate

I always start by generating some scaffolding using the Ionic CLI, for example:

ionic start my-new-project --no-cordova blank

Then I add ENV support: https://github.com/gshigeto/ionic-environment-variables

Then support for Unit Testing and End-to-End (E2E) Testing: http://lathonez.com/2017/ionic-2-unit-testing/

Then support for logging: https://robferguson.org/blog/2017/09/09/a-simple-logging-service-for-angular-4/

Cheers
Rob

1 Like